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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for count_min_sketch-3.0.4.tar.gz
Algorithm Hash digest
SHA256 67c21d5105a67283739767b28fcddf8ae621fd0224c6243c90c8f3af23f2d16f
MD5 a861dd6b74b1fc0594254a155a3619d3
BLAKE2b-256 bf53affad6de3267ec9187965304ad184ff3aa6c1b13318b82aa84a6c6f5c439

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