druid/benchmarks
Gian Merlino 7b89682bbe
DimensionRangeShardSpec speed boost. (#12477)
* DimensionRangeShardSpec speed boost.

Calling isEmpty() and equals() on RangeSets is expensive, because these
fall back on default implementations that call size(). And size() is
_also_ a default implementation that iterates the entire collection.

* Fix and test from code review.
2022-04-27 14:20:35 -07:00
..
src/test DimensionRangeShardSpec speed boost. (#12477) 2022-04-27 14:20:35 -07:00
assembly.xml Fix for building in Eclipse & VS Code. (#7481) 2020-02-13 14:58:32 -08:00
pom.xml JvmMonitor: Handle more generation and collector scenarios. (#12469) 2022-04-27 11:18:40 -07:00