tabac / hyperloglog.rsLinks
HyperLogLog implementations.
☆27Updated last year
Alternatives and similar repositories for hyperloglog.rs
Users that are interested in hyperloglog.rs are comparing it to the libraries listed below
Sorting:
- Lightning fast concurrent HyperLogLog for Rust.☆44Updated 2 weeks ago
- Production-ready KV-backed HNSW implementation in Rust using LMDB☆69Updated 2 weeks ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆40Updated 2 weeks ago
- A bit vector with the Rust standard library's portable SIMD API.☆42Updated 2 years ago
- Cross platform process information in Rust☆70Updated last week
- An on-disk hash table implementation☆126Updated 4 years ago
- A benchmarking harness for concurrent key-value collections☆119Updated 3 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆157Updated last month
- Benchmarking library for stable Rust☆47Updated last month
- Asynchronously speed-limiting multiple byte streams☆67Updated last year
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆152Updated 3 years ago
- Rust library implementing xor-filters☆145Updated 2 years ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆101Updated 2 weeks ago
- Parallel iterator processing library for Rust☆104Updated 3 weeks ago
- Consistent Hashing library in Rust☆18Updated 2 years ago
- Autogenerated Bytewise SIMD-Optimized Look-Up Tables☆41Updated last year
- ☆38Updated 3 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated 2 weeks ago
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- A collection of boosting algorithms written in Rust 🦀☆57Updated 8 months ago
- Rust LZ4 bindings☆59Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- An ε-copy serialization/deserialization framework for Rust☆169Updated 2 weeks ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- Derive for arrow2☆67Updated 2 years ago
- structured parallel execution for async Rust☆37Updated last year
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆67Updated this week
- Small and fast library for k-means clustering.☆53Updated 6 months ago
- Rolling statistics calculations (min/max/mean/std_dev) over arbitrary floating point numbers based on Welford's Online Algorithm☆22Updated 4 months ago