From ea4e3f634a1057920d483515f29efa66d1a7874e Mon Sep 17 00:00:00 2001 From: goncalvesnelson Date: Sun, 15 Apr 2012 21:24:18 +0100 Subject: [PATCH] Added readme with links to papers --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..4aae75a --- /dev/null +++ b/README.rst @@ -0,0 +1,13 @@ + +Python implementation of the Super and Hyper LogLog Sketches +algorithms. + +Link to the papers: +================== +Hyper Log Log: +-------------- +http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.76.4286 + +(Super) Log Log: +---------------- +http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.79.8821