chaimleib / intervaltreeLinks
A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.
☆657Updated 2 months ago
Alternatives and similar repositories for intervaltree
Users that are interested in intervaltree are comparing it to the libraries listed below
Sorting:
- The Nested Containment List for Python. Basically a static interval-tree that is silly fast for both construction and lookups.☆221Updated 9 months ago
- A list-like type with better asymptotic performance and similar performance on small lists☆314Updated 2 years ago
- A platform-independent file lock for Python.☆853Updated last week
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆452Updated 8 months ago
- Cython implementation of Toolz: High performance functional utilities☆1,046Updated 5 months ago
- Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.☆1,084Updated 2 weeks ago
- Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.☆1,308Updated 11 months ago
- Multi threading and processing eye-candy.☆582Updated 2 months ago
- Tool for pinpointing circular imports in Python. Find cyclic imports in any project☆348Updated 3 years ago
- Python library for handling efficiently sorted integer sets.☆210Updated 3 weeks ago
- efficient arrays of booleans for Python☆744Updated this week
- A fast and memory efficient LRU cache for Python☆275Updated last week
- guppy / heapy ported to Python3. It works for real!☆413Updated 4 months ago
- PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified…☆408Updated this week
- An argparse wrapper that doesn't make you say "argh" each time you deal with it.☆377Updated this week
- A high-performance immutable mapping type for Python.☆1,152Updated 2 weeks ago
- Composable custom class converters for attrs, dataclasses and friends.☆892Updated this week
- A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.☆743Updated last week
- Handler for logging from multiple processes☆390Updated last year
- version-string management for VCS-controlled trees☆1,082Updated 3 months ago
- Multiple dispatch☆829Updated 6 months ago
- A python documentation linter which checks that the docstring description matches the definition.☆483Updated 2 years ago
- A Python memory profiler for data processing and scientific computing applications☆873Updated 7 months ago
- Colored terminal output for Python's logging module☆553Updated 11 months ago
- Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.☆1,583Updated 4 months ago
- Python library implementing a trie data structure.☆823Updated 4 years ago
- persistent caching to memory, disk, or database☆271Updated last month
- Toolkit to run Python benchmarks☆854Updated 3 months ago
- Robust and reusable Executor for joblib☆567Updated last week
- An in-browser Python profile viewer☆2,434Updated 6 months ago