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
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.