Skip to content

Commit 870d96f

Browse files
author
Burak Yucesoy
committed
Merge branch 'add_acknowledgement'
2 parents a06e5ea + f416f6e commit 870d96f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This Postgres module introduces a new data type `hll` which is a [HyperLogLog](h
77

88
In addition to the algorithm proposed in the [original paper](http://algo.inria.fr/flajolet/Publications/FlFuGaMe07.pdf), this implementation is augmented to improve its accuracy and memory use without sacrificing much speed. See below for more details.
99

10+
This `postgresql-hll` extension was originally developed by the Science team Aggregate Knowledge, now a [Neustar](https://research.neustar.biz) company. Please see the [acknowledgements](#acknowledgements) section below for details about its contributors.
11+
1012
Algorithms
1113
----------
1214

@@ -492,3 +494,8 @@ It is a pretty trivial task to export these to and from Postgres and other appli
492494

493495
* [java-hll](https://github.com/aggregateknowledge/java-hll)
494496
* [js-hll](https://github.com/aggregateknowledge/js-hll)
497+
498+
Acknowledgements
499+
================
500+
501+
Original developers of `postgresql-hll` are [Ken Sedgwick](https://github.com/ksedgwic), Timon Karnezos, and [Rob Grzywinski](https://github.com/rgrzywinski).

0 commit comments

Comments
 (0)