Uploaded November 2025 | Updated September 2026, 2 weeks ago
Writing a simple allocator using corps which allows us to implement both a thread-safe (atomic) and single threaded version at the same time! We just do a simple slab allocator with a free list, there's plenty of room to improve but it's plenty for me!
Writing a simple allocator using corps which allows us to implement both a thread-safe (atomic) and single threaded version at the same time! We just do a simple slab allocator with a free list, there's plenty of room to improve but it's plenty for me!










