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,4 @@
|
||||
subdir('hashing')
|
||||
benchmark_utils_includes = include_directories('utils')
|
||||
|
||||
subdir('hashing')
|
||||
subdir('ConstructionAndIteration')
|
||||
Reference in New Issue
Block a user