Files
libcomposition/benchmarks/meson.build
Emily Boudreaux 284e8cd10a 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.
2025-12-08 11:31:46 -05:00

4 lines
109 B
Meson

benchmark_utils_includes = include_directories('utils')
subdir('hashing')
subdir('ConstructionAndIteration')