o
odinpkg.dev
packages / library / flock

flock

4d2bb0dlibrary

Allocators and Data structures learning and implementations

No license · updated 6 months ago

CURRENTLY:

  • Writing my own arena allocator for learning
    • I want to be able to understand how allocators work under the hood
    • My favourite way to do this is to write it myself
    • Odin has multiple builtin allocator types that I can use in the future once I know what's going on