Show HN: Hacking C++ to support Structure of Arraysgithub.com/markisus7 pointsmarkisus4 years agoUsing my very primitive abilities with template metaprogramming, I put together a structure of arrays (SOA) class for C++.The point of SOA is that it can be cache friendlier.