druid/processing
Suneet Saldanha ea006dc72a
Optimize TimeExtractionTopNAlgorithm (#9336)
When the time extraction Top N algorithm is looking for aggregators, it makes
2 calls to hashCode on the key. Use Map#computeIfAbsent instead so that the
hashCode is calculated only once
2020-02-10 14:26:10 -08:00
..
src Optimize TimeExtractionTopNAlgorithm (#9336) 2020-02-10 14:26:10 -08:00
pom.xml Forbid easily misused HashSet and HashMap constructors (#9165) 2020-02-07 10:44:09 +03:00