A fast memory pool implemented with slab allocation algorithm which is a memory management mechanism intended for more efficient memory allocation and to eliminate memory fragmentation to a large extent.
This is just a simple implementation, and will be improved in the future. Please let me know if you have any suggestions.