/soaTest

Array of Structs vs. Struct of Arrays test

Primary LanguageC++MIT LicenseMIT

Struct of Arrays Benchmark

This is a proof of concept to benchmark Scruct of Arrays against Arrays of Struct aproach.

This code uses a Struct of Arrays associative container to compare its performance against boost::flat_map and std::map.