glitzflitz / pyxorfilterLinks
Python bindings for xorfilter(faster and smaller than bloom and cuckoo filters)
☆116Updated last month
Alternatives and similar repositories for pyxorfilter
Users that are interested in pyxorfilter are comparing it to the libraries listed below
Sorting:
- Python library for handling efficiently sorted integer sets.☆217Updated this week
- Python bindings for the fast integer compression library FastPFor.☆61Updated last year
- 🐍 Python library implementing sorted containers with state-of-the-art query performance and compressed memory usage☆214Updated last year
- Roaring Bitmap in Cython☆81Updated last year
- Fast Python Bloom Filter using Mmap☆128Updated 3 weeks ago
- A fast and memory efficient LRU cache for Python☆279Updated last week
- A Vectorized Python Dict/Set☆118Updated 2 years ago
- Keyvi - the key value index. It is an in-memory FST-based data structure highly optimized for size and lookup performance.☆251Updated last week
- Pure Python CDB reader/writer☆45Updated last year
- Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html☆122Updated 3 weeks ago
- Utilities for run-time type validation and multiple dispatch☆171Updated 2 months ago
- Fast HyperLogLog for Python.☆109Updated last month
- Python bindings for simdjson using libpy☆69Updated 2 years ago
- Fast random number generation in an interval in Python: Up to 10x faster than random.randint.☆117Updated last month
- A Python implementation of Invertible Bloom Lookup Tables☆81Updated 10 years ago
- Probabilistic Data Structures and Algorithms in Python☆130Updated 5 years ago
- Liburing is Python + Cython wrapper around C Liburing, which is a helper to setup and tear-down io_uring instances.☆121Updated last week
- A partially and lazily sorted list data structure for Python☆124Updated 5 years ago
- Python bindings to Succinct Data Structure Library 2.0☆33Updated 6 years ago
- Concurrent appendable key-value storage