Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix up perf tests in light of window management changes | Dan Goodliffe | 2024-07-05 |
| | |||
* | Add an InstanceVertices partition perf test | Dan Goodliffe | 2024-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. |