green-anger / MemoryPool

Fast Efficient Fixed-Size Memory Pool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Credits

MemoryPool is based on publication Fast Efficient Fixed-Size Memory Pool written by Ben Kenwright.

What's changed

  • requires C++11
  • template version
  • compile time check of minimum block size

License

MemoryPool is licensed under MIT License.

About

Fast Efficient Fixed-Size Memory Pool

License:MIT License


Languages

Language:C++ 80.0%Language:CMake 20.0%