diff options
Diffstat (limited to 'devel/py-madoka/pkg-descr')
-rw-r--r-- | devel/py-madoka/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-madoka/pkg-descr b/devel/py-madoka/pkg-descr new file mode 100644 index 000000000000..6d00770c3794 --- /dev/null +++ b/devel/py-madoka/pkg-descr @@ -0,0 +1,3 @@ +Madoka is an implementation of a Count-Min sketch data structure for +summarizing data streams. String-int pairs in a Madoka-Sketch may take +less memory than in a standard Python dict, Counter, Redis. |