GitHub - SFBdragon/talc: A fast and flexible allocator for no_std and WebAssembly
If you'd like to support my work, a tip would be greatly appreciated via Paypal. Thanks!
What is this for?
Embedded systems, OS kernels, and other no_std environments
WebAssembly apps, as a drop-in replacement for the default allocator
Subsystems in normal programs that need especially quick arena allocation
Why Talc?
Generally faster and/or more memory efficient than alternatives *
Scales better to multiple cores for some workloads than alternatives *
Custom Out-Of-Memory handlers for just-in-t...
Read more at github.com