Talc, https://github.com/SFBdragon/talc.

A memory allocator built in Rust, for Rust. It is for embedded system, OS kernels or other no_std environments. It is also for WebAssembly.

#RustLang #memory #allocator

GitHub - SFBdragon/talc: A fast and flexible allocator for no_std and WebAssembly

A fast and flexible allocator for no_std and WebAssembly - SFBdragon/talc

GitHub

It brings the following interesting features:

• 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-time heap management and recovery
• Supports creating and resizing arbitrarily many heaps
• Optional allocation statistics
• Partial validation in debug

#RustLang #memory #allocator