commit a6248f7b4294ddf56f8f43eb85b4298f09ee0bd4 Author: Zed A. Shaw Date: Tue Jun 23 22:03:01 2026 +0200 Initial commit diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..d64aa11 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +It's Copyright. All Rights Reserved. You have no license at all other than permission to view it. diff --git a/README.md b/README.md new file mode 100644 index 0000000..12fc7e4 --- /dev/null +++ b/README.md @@ -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) \ No newline at end of file