Dawoodoz / DFPSR

Fast realtime softare rendering library for C++14 using SSE/AVX/NEON. 2D, 3D and isometric rendering with minimal system dependencies.
https://dawoodoz.com/dfpsr.html
78 stars 6 forks source link

Recycle small heap allocations #17

Closed Dawoodoz closed 4 years ago

Dawoodoz commented 4 years ago
Dawoodoz commented 4 years ago

It turned out to be fast enough with just a basic allocation pool within a mutex. A full memory allocation system can be implemented later.