This is an automated email from the ASF dual-hosted git repository.
aleksraiden pushed a change to branch aleksraiden-patch-2
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
from aa952549c Merge branch 'unstable' into aleksraiden-patch-2
add b28eb40f5 ci(riscv): remove toolchain archive and unused packages to
save disk space (#3261)
add 34a36a1fa feat(tdigest): add the support of TDIGEST.RANK command
(#3249)
add 62dabea4a chore: update hat-trie to v0.7.1 (#3260)
add e19164f03 ci: disable rockylinux8 due to no-space-left issue (#3263)
add ca80fb99b Merge branch 'unstable' into aleksraiden-patch-2
No new revisions were added by this update.
Summary of changes:
.github/workflows/kvrocks.yaml | 19 +++-
cmake/trie.cmake | 4 +-
src/commands/cmd_tdigest.cc | 10 +-
src/types/redis_tdigest.cc | 82 +++++++++++++---
src/types/redis_tdigest.h | 4 +-
src/types/tdigest.h | 93 ++++++++++++------
tests/cppunit/types/tdigest_test.cc | 111 +++++++++++++++++----
tests/gocase/unit/type/tdigest/tdigest_test.go | 129 +++++++++++++++++++++++++
8 files changed, 383 insertions(+), 69 deletions(-)