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)
Fixed major issue, compiler was generating trivial compiler-generated methods, effectively ignoring the template and causing undefined behavior.
Also added tests who aided in finding that issue.
Fixed major issue, compiler was generating trivial compiler-generated methods, effectively ignoring the template and causing undefined behavior. Also added tests who aided in finding that issue.