You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2021/02/15 20:26:35 UTC

[incubator-pinot] branch master updated (29cf33b -> 19e96b5)

This is an automated email from the ASF dual-hosted git repository.

jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from 29cf33b  Enhance StarTreeIndexViewer to support multiple trees (#6569)
     add 19e96b5  Optimize group-key generator (#6559)

No new revisions were added by this update.

Summary of changes:
 .../groupby/DefaultGroupByExecutor.java            |   6 +-
 .../groupby/DictionaryBasedGroupKeyGenerator.java  | 333 +++++++++++++--------
 .../DictionaryBasedGroupKeyGeneratorTest.java      |  28 +-
 .../apache/pinot/perf/BenchmarkIntOpenHashMap.java | 146 +++++++++
 .../pinot/tools/perf/PerfBenchmarkRunner.java      |  12 +-
 5 files changed, 379 insertions(+), 146 deletions(-)
 create mode 100644 pinot-perf/src/main/java/org/apache/pinot/perf/BenchmarkIntOpenHashMap.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org