Thursday, February 3, 2022

Show HN: Hacking C++ to support Structure of Arrays https://ift.tt/GT5Cikt

Show HN: Hacking C++ to support Structure of Arrays Using 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. https://ift.tt/9iYlbn7 February 4, 2022 at 09:07AM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...