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 +1 @@
|
||||
executable('hashing_bench', 'benchmark_composition_hash.cpp', dependencies: [composition_dep])
|
||||
executable('hashing_bench', 'benchmark_composition_hash.cpp', dependencies: [composition_dep], include_directories: [benchmark_utils_includes])
|
||||
Reference in New Issue
Block a user