Files
scylladb/NOTICE
Raphael S. Carvalho 2c95fdd7b6 sstables: import hyperloglog implementation
Imported from: https://github.com/hideo55/cpp-HyperLogLog
HEAD: 3ff431b5af84aa28a6390430bbc60c4678bec763

hyperloglog is a cardinality estimator that will used by sstable
compaction metadata stored by Statistics file.

Signed-off-by: Raphael S. Carvalho <raphaelsc@cloudius-systems.com>
2015-06-23 11:59:45 -03:00

9 lines
261 B
Plaintext

Seastar Framework
Copyright 2015 Cloudius Systems
This works contains software from the OSv project (http://osv.io), licensed
under the BSD license.
This works contains software from https://github.com/hideo55/cpp-HyperLogLog, licensed
under the MIT license.