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)
Apache License 2.0
214 stars 25 forks source link

MemoryPoolAllocator demo #17

Closed fvalasiad closed 2 years ago

fvalasiad commented 2 years ago

Simple, demo implementation of MemoryPoolAllocator.

LessComplexity commented 2 years ago

A good demo for start :)

I recommend that you add @author <your_name/nickname> at the last line of the license comment.

Awesome contribution! 🥇