Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Self-organizing hash table to improve the performance of bucket aggre…
…gations (#7652) (#8337) * Add self-organizing hash table to improve the performance of bucket aggregations * Updated approach: PSL, fingerprint and recency information are embedded in the hash table itself * Updated tests and added microbenchmarks * Renamed FastLongHash to ReorganizingLongHash and updated the default initial capacity --------- Signed-off-by: Ketan Verma <ketan9495@gmail.com>
- Loading branch information