Adding C++ mempool

This commit is contained in:
Hardik Patel 2017-12-20 11:22:31 -05:00
parent 4025e11a53
commit 17b72a79c6
No known key found for this signature in database
GPG Key ID: 5E47256F188CC035
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ as C/C++, as this is not an obstacle to most users.)
| | [simclist](mij.oltrelinux.com/devel/simclist) | BSD |C/C++| 2 | linked-list
| | [selist](https://github.com/ennorehling/clibs) | ISC |C/C++| 2 | space-efficient linked-list
| | [avl](https://github.com/etherealvisage/avl) | **public domain** |C/C++| 2 | AVL tree
| | [mempool](https://github.com/hardikp/cpp-mempool) | MIT | C++ |**1**| Efficient minimal memory pool implementation for C++
# debugging
| | library | license | API |files| description