DevShiftTeam/AppShift-MemoryPool
A very fast cross-platform memory pool mechanism for C++ built using a data-oriented approach (3 to 24 times faster than regular new or delete, depending on operating system & compiler)
C++Apache-2.0
Issues
- 11
MemoryPool needs copy and move semantics
#20 opened by fvalasiad - 0
- 5
- 1
- 7
Allocator interface for memory pool
#16 opened by Ahajha - 1
free using in destructor
#13 opened by xiaoye74 - 1
CMakeLists.txt removed
#12 opened by MyraBaba - 3
Benchmark code comparing the custom String class with std::string is not an apples-to-apples comparison
#8 opened by azureskydiver - 3
- 1
Crash when doing repeated interleaved allocations, reallocations, and frees
#9 opened by azureskydiver - 1
new does not return null
#5 opened by pwc357 - 0
Ubuntu 20.04 compile Error
#3 opened by MyraBaba