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)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zed A. Shaw 89c3848a1b Add a slightly simpler MOAS test to use with the Lua test. 1 month ago
..
bao_tests.cpp Demonstrates a weird perf mystery regarding auto&for loops. 2 months ago
bao_tests.lua Demonstrates a weird perf mystery regarding auto&for loops. 2 months ago
main.cpp Rework the tests into separate functions and do a dumb randomizing for now. 2 months ago
perf_tests.cpp Add a slightly simpler MOAS test to use with the Lua test. 1 month ago
player_script.lua Demonstrates a weird perf mystery regarding auto&for loops. 2 months ago
prelude_script.lua Demonstrates a weird perf mystery regarding auto&for loops. 2 months ago
soa_tests.cpp Demonstrates a weird perf mystery regarding auto&for loops. 2 months ago
soa_tests.lua Demonstrates a weird perf mystery regarding auto&for loops. 2 months ago
sol2_test.cpp Demonstrates a weird perf mystery regarding auto&for loops. 2 months ago
variables.lua Demonstrates a weird perf mystery regarding auto&for loops. 2 months ago