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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for count_min_sketch-3.0.0.tar.gz
Algorithm Hash digest
SHA256 b4edc8b96314a61366db52a4349fba0f1af433e37f24f6710fd5dc9978402707
MD5 e8e650d2173328ac2d02a6a2ce3aef43
BLAKE2b-256 5d5cd2829acdd56d223f364b10a23987ed1fa4ee5c1cb287f4ccb3b81adf98de

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