Exclude indexeables creation from the indexing times
mloskot opened this issue · 0 comments
mloskot commented
Currently, all times include time spent on construction of indexeable values which next are indexed (boost::geometry::box<T>
for BGI and SpatialIndex::Region
for LSI).
In order to get even more accurate benchmarks for the algorithms, construction of those objects should be excluded from the times measured.