summaryrefslogtreecommitdiff
path: root/deps/README.md
diff options
context:
space:
mode:
authoryoav-steinberg <yoav@redislabs.com>2022-05-22 13:44:29 +0300
committerGitHub <noreply@github.com>2022-05-22 13:44:29 +0300
commitcb6933e3463ff23c33129722d30e8d5062397be3 (patch)
treeb9575d2b712c41b2984ae692ac8fc146a8c7b897 /deps/README.md
parent18cb4a7d938d01981e9f6c565532a2056ceb269b (diff)
downloadredis-cb6933e3463ff23c33129722d30e8d5062397be3.tar.gz
Updated HDR histogram from upsteam after they merged our fix in #10606. (#10755)
The code is based on upstream https://github.com/HdrHistogram/HdrHistogram_c master branch latest commit (e4448cf6d1cd08fff519812d3b1e58bd5a94ac42). The reason to pull this in now is that their final version of our optimization is even faster. See: https://github.com/HdrHistogram/HdrHistogram_c/pull/107.
Diffstat (limited to 'deps/README.md')
-rw-r--r--deps/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/README.md b/deps/README.md
index f37922f19..bd1280e5e 100644
--- a/deps/README.md
+++ b/deps/README.md
@@ -100,8 +100,8 @@ Hdr_Histogram
---
Updated source can be found here: https://github.com/HdrHistogram/HdrHistogram_c
-We use a customized version 0.11.5
-1. Compare all changes under /hdr_histogram directory to version 0.11.5
+We use a customized version based on master branch commit e4448cf6d1cd08fff519812d3b1e58bd5a94ac42.
+1. Compare all changes under /hdr_histogram directory to upstream master commit e4448cf6d1cd08fff519812d3b1e58bd5a94ac42
2. Copy updated files from newer version onto files in /hdr_histogram.
3. Apply the changes from 1 above to the updated files.