summaryrefslogtreecommitdiff
path: root/test/perf-instancing.cpp
Commit message (Collapse)AuthorAge
* Add an InstanceVertices partition perf testDan Goodliffe2024-06-30
Summary: * Given a trivially simple condition, like a bounding box, over 1 million items can be partitioned in under 3ms. * Parallel algorithms reduce that a little but are only effective with volumes in excess ~200k, this might be better with a more complex condition/predicate.