Paul Mattioneradiantsoftware.hashnode.dev·Jun 5, 2023C++ Lock-Free Object PoolIn C++, you often need a container where the objects will remain at a fixed location in memory so that you can easily refer to them individually. For example, our game could contain hundreds of thousands of Entity's and Component's, and our game syst...3 likes·1.3K readsC++