perf(Composition): Internally switched from map -> vector
This brings a major performance improvment as all memory is contiguous on the heap rather than spread around.
This commit is contained in:
1
benchmarks/ConstructionAndIteration/meson.build
Normal file
1
benchmarks/ConstructionAndIteration/meson.build
Normal file
@@ -0,0 +1 @@
|
||||
executable('construction_and_iteration_bench', 'benchmark_composition_construction_and_iteration.cpp', dependencies: [composition_dep], include_directories: [benchmark_utils_includes])
|
||||
Reference in New Issue
Block a user