custom-allocator topic

List custom-allocator repositories

rapidyaml

527
Stars
87
Forks
Watchers

Rapid YAML - a library to parse and emit YAML, and do it fast.

memory-allocators

1.6k
Stars
158
Forks
Watchers

Custom memory allocators in C++ to improve the performance of dynamic memory allocation

linear_ac

54
Stars
14
Forks
Watchers

Speed up the memory allocation and improve the garbage collection performance.

dalloc

15
Stars
2
Forks
Watchers

This is the custom implementation of function malloc for embedded systems, that defragmentate memory after using it. Good solution when you need to allocate memory dynamically, but memory fragmentatio...