Crates.io | line_cardinality |
lib.rs | line_cardinality |
version | 2.0.0 |
source | src |
created_at | 2024-08-11 07:29:09.26422 |
updated_at | 2024-09-16 00:48:31.667017 |
description | High performance line cardinality counts and estimates |
homepage | |
repository | https://github.com/zkxs/cuniq |
max_upload_size | |
id | 1333064 |
size | 57,899 |
A library that provides high performance line cardinality counts and estimates, including:
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.
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
.