ReleaseSafe slower than Debug? And performance degrading with larger buffers?

The actual thing bad on MemoryPool for big structures is the ptr.* = undefined; which is both in create and destroy. Just removing that fixed my performance even when using MemoryPool.

2 Likes