Skip to main content

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

count_min_sketch-3.0.2.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file count_min_sketch-3.0.2.tar.gz.

File metadata

File hashes

Hashes for count_min_sketch-3.0.2.tar.gz
Algorithm Hash digest
SHA256 b4de92b0d1dc331a3e56c766147e85c315d94b313e09b46752480d7cbf395f97
MD5 954b15fc7a5d98c19c588beb4ce875ce
BLAKE2b-256 98e71f424a52029c5a1d2c9691099547d7b77dc61a276f2b4ad8e9641cc92f91

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page