A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
Creative Commons Attribution Share Alike 4.0 International
9.47k
stars
833
forks
source link
Add spaskalev/buddy_alloc #225
Open
spaskalev opened 2 years ago
I wrote a custom buddy allocator with predictable storage and runtime costs.
It improves upon the textbook buddy allocator (e.g. the one TAOCP) in several ways
Full line and branch test coverage
It has been out for a while and seen some use in games - I think it might get some more publicity here, new users and further development. Thanks!