line_cardinality

Crates.ioline_cardinality
lib.rsline_cardinality
version2.0.0
sourcesrc
created_at2024-08-11 07:29:09.26422
updated_at2024-09-16 00:48:31.667017
descriptionHigh performance line cardinality counts and estimates
homepage
repositoryhttps://github.com/zkxs/cuniq
max_upload_size
id1333064
size57,899
(zkxs)

documentation

README

line_cardinality

A library that provides high performance line cardinality counts and estimates, including:

  • Hashing with collision detection
  • Hashing without collision detection. Note that collisions are nearly impossible for 64-bit hashes, and this has higher performance due to not having to store lines.
  • [HyperLogLog](https://en.wikipedia.org/wiki/HyperLogLog

Full API documentation at docs.rs. See PERFORMANCE.md for performance data and technical details on the benchmarking and profile-guided optimization that went into creating line_cardinality.

License

line_cardinality was built primarily for use with the cuniq CLI tool, and is therefore released under the same GPL-3.0-or-later license.

line_cardinality is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

line_cardinality is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

A full list of dependencies is available in Cargo.toml, or a breakdown of dependencies by license can be generated with cargo deny list.

Commit count: 0

cargo fmt