| mjansson/rpmalloc |
1,960 |
|
0 |
0 |
over 2 years ago |
0 |
|
7 |
other |
C |
| Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C |
| microsoft/snmalloc |
1,422 |
|
0 |
0 |
over 2 years ago |
0 |
|
49 |
mit |
C++ |
| Message passing based allocator |
| septag/sx |
773 |
|
0 |
0 |
almost 4 years ago |
0 |
|
0 |
bsd-2-clause |
C |
| Portable base library for C programmers, designed for performance and simplicity. |
| rigtorp/SPSCQueue |
762 |
|
0 |
0 |
over 2 years ago |
0 |
|
5 |
mit |
C++ |
| A bounded single-producer single-consumer wait-free and lock-free queue written in C++11 |
| LuaLanes/lanes |
414 |
|
0 |
0 |
about 2 years ago |
0 |
|
3 |
other |
C |
| Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1 to 5.4. |
| struct/isoalloc |
349 |
|
0 |
0 |
about 2 years ago |
0 |
|
18 |
apache-2.0 |
C |
| A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance |
| ned14/nedmalloc |
343 |
|
0 |
0 |
about 7 years ago |
0 |
|
4 |
bsl-1.0 |
C |
| An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmalloc. Optimised for x86 and x64. Compatible with C++. Can patch itself into existing binaries on Windows. |
| daanx/mimalloc-bench |
293 |
|
0 |
0 |
over 2 years ago |
0 |
|
26 |
mit |
C |
| Suite for benchmarking malloc implementations. |
| SergeyMakeev/smmalloc |
253 |
|
0 |
0 |
over 2 years ago |
0 |
|
4 |
mit |
C++ |
| Blazing fast memory allocator designed for video games |
| r-lyeh-archived/ltalloc |
144 |
|
0 |
0 |
about 7 years ago |
0 |
|
6 |
bsd-3-clause |
C++ |
| LightweighT Almost Lock-Less Oriented for C++ programs memory allocator |