@ -0,0 +1 @@
It's Copyright. All Rights Reserved. You have no license at all other than permission to view it.
@ -0,0 +1,7 @@
# sol2_test
Experiments in using Lua with sol2 and how best to structure the data. Contains a shoot out of SOA, vs AOS vs. MOA.
SOA = Struct of Arrays
AOS = Array of Structs
MOA = Many Array of Structs (kind of a hybrid)