chaimleib / intervaltreeLinks
A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.
☆668Updated 6 months ago
Alternatives and similar repositories for intervaltree
Users that are interested in intervaltree are comparing it to the libraries listed below
Sorting:
- portion, a Python library providing data structure and operations for intervals.☆505Updated 2 months ago
- NCLS. Basically a static interval-tree that is silly fast for both construction and lookups. Deprecated but maintained.☆223Updated 3 months ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆454Updated last year
- Cython implementation of Toolz: High performance functional utilities☆1,081Updated 9 months ago
- Robust and reusable Executor for joblib☆583Updated last month
- An in-browser Python profile viewer☆2,483Updated 10 months ago
- efficient arrays of booleans for Python☆762Updated last week
- An efficient implementation of tree data structure in pure python.☆850Updated 2 months ago
- Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.☆1,370Updated 3 months ago
- parallel graph management and execution in heterogeneous computing☆1,462Updated 3 months ago
- An argparse wrapper that doesn't make you say "argh" each time you deal with it.☆377Updated last month
- A list-like type with better asymptotic performance and similar performance on small lists☆317Updated 2 years ago
- A fast and memory efficient LRU cache for Python☆278Updated 2 months ago
- Python Non-cryptographic Hash Library☆287Updated 2 years ago
- better multiprocessing and multithreading in Python☆685Updated last month
- Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.☆1,110Updated this week
- Handler for logging from multiple processes☆392Updated last year
- pytest fixture for benchmarking code☆1,376Updated 2 months ago
- serialize all of Python☆2,381Updated 3 months ago
- Multi threading and processing eye-candy.