oz123 / awesome-c

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

spaskalev commented 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

spaskalev commented 11 months ago

Hi team. Please consider merging this - I continue to support and actively develop buddy_alloc. Thanks!