Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HyperLogLog #30

Merged
merged 6 commits into from
Nov 28, 2017
Merged

HyperLogLog #30

merged 6 commits into from
Nov 28, 2017

Conversation

absolute8511
Copy link
Owner

@absolute8511 absolute8511 commented Nov 27, 2017

support HLL with pfadd and pfcount, current not available for merge since it may across multi partitions.
#6

@absolute8511 absolute8511 changed the title Hll HyperLogLog Nov 27, 2017
@absolute8511 absolute8511 modified the milestone: v0.3.0 Nov 27, 2017
@codecov
Copy link

codecov bot commented Nov 27, 2017

Codecov Report

Merging #30 into master will increase coverage by 0.22%.
The diff coverage is 74.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   47.65%   47.87%   +0.22%     
==========================================
  Files         103      104       +1     
  Lines       17110    17259     +149     
==========================================
+ Hits         8154     8263     +109     
- Misses       7629     7651      +22     
- Partials     1327     1345      +18
Impacted Files Coverage Δ
node/config.go 100% <ø> (ø) ⬆️
rockredis/t_ttl.go 76.52% <100%> (ø) ⬆️
node/node_cmd_reg.go 100% <100%> (ø) ⬆️
rockredis/rockredis.go 32.44% <100%> (+0.15%) ⬆️
server/server.go 46.75% <100%> (+0.23%) ⬆️
node/namespace.go 37.71% <100%> (+0.17%) ⬆️
node/raft.go 40.44% <66.66%> (+0.15%) ⬆️
rockredis/t_hll.go 71.42% <71.42%> (ø)
node/keys.go 80% <75%> (-1.25%) ⬇️
node/ttl.go 35.15% <0%> (-0.79%) ⬇️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2229bbf...086a8ba. Read the comment docs.

@absolute8511 absolute8511 merged commit 9e8dae3 into master Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant