Comment on How is Ultrassembler so fast?parentComments−NooneAtAll31yisn't your MemoryBank already somewhere in std::pmr?If I'm honest, I've never looked into pmr, but I always thought that that's where std has arena allocators and stuffhttps://en.cppreference.com/w/cpp/header/memory_resource.htm...
Comments
isn't your MemoryBank already somewhere in std::pmr?
If I'm honest, I've never looked into pmr, but I always thought that that's where std has arena allocators and stuff
https://en.cppreference.com/w/cpp/header/memory_resource.htm...