summaryrefslogtreecommitdiff
path: root/test/perf-instancing.cpp
Commit message (Collapse)AuthorAge
* Fix up perf tests in light of window management changesDan Goodliffe2024-07-05
|
* 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.