From a6248f7b4294ddf56f8f43eb85b4298f09ee0bd4 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Tue, 23 Jun 2026 22:03:01 +0200 Subject: [PATCH] Initial commit --- LICENSE | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 LICENSE create mode 100644 README.md 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