Skip to main content

A fast and accurate Count-Min Sketch data structure.

Project description

#CountMinSketch
==============

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.1.tar.gz (2.7 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for count_min_sketch-3.0.1.tar.gz
Algorithm Hash digest
SHA256 c85be756a32da38c69926569bde7f1854080bf151ce86ad4a59d534bdf946daa
MD5 f5579fde386b74f3a8c4a00e85684ee3
BLAKE2b-256 1587f00eaa83593b1a56ac1f480db67c8627850f8e50e50fedd660322b24c8d5

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