Initial commit

master
Zed A. Shaw 1 day ago
commit a6248f7b42
  1. 1
      LICENSE
  2. 7
      README.md

@ -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)
Loading…
Cancel
Save