A fast and accurate Count-Min Sketch data structure.
Project description
This is a pure-Python count-min sketch. It’s pretty fast and accurate. Try it out!
##Usage `python >>> cms = CountMinSketch(200, 500) >>> cms['foo'] 0 >>> cms['foo'] += 5 >>> cms['foo'] 5 `
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file count_min_sketch-3.0.2.tar.gz
.
File metadata
- Download URL: count_min_sketch-3.0.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4de92b0d1dc331a3e56c766147e85c315d94b313e09b46752480d7cbf395f97 |
|
MD5 | 954b15fc7a5d98c19c588beb4ce875ce |
|
BLAKE2b-256 | 98e71f424a52029c5a1d2c9691099547d7b77dc61a276f2b4ad8e9641cc92f91 |