chaimleib / intervaltree
A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.
☆652Updated last month
Alternatives and similar repositories for intervaltree:
Users that are interested in intervaltree are comparing it to the libraries listed below
- The Nested Containment List for Python. Basically a static interval-tree that is silly fast for both construction and lookups.☆220Updated 8 months ago
- portion, a Python library providing data structure and operations for intervals.☆490Updated last month
- A list-like type with better asymptotic performance and similar performance on small lists☆314Updated 2 years ago
- Cython implementation of Toolz: High performance functional utilities☆1,041Updated 4 months ago
- Development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application.☆1,253Updated 10 months ago
- Python decorators for profiling/tracing/timing a single function☆331Updated 3 months ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆450Updated 8 months ago
- A high-performance immutable mapping type for Python.☆1,149Updated 6 months ago
- pytest fixture for benchmarking code☆1,304Updated last month
- Composable custom class converters for attrs, dataclasses and friends.☆889Updated last month
- decorator☆870Updated last month
- Iterative JSON parser with Pythonic interfaces☆919Updated last week
- efficient arrays of booleans for Python☆741Updated this week
- Python AST read/write☆842Updated 3 months ago
- Airspeed Velocity: A simple Python benchmarking tool with web-based reporting☆913Updated 2 months ago
- Multiple dispatch☆828Updated 5 months ago
- Dictdiffer is a module that helps you to diff and patch dictionaries.☆842Updated last year
- Robust and reusable Executor for joblib☆563Updated last week
- The fastest pure-Python PEG parser I can muster☆1,870Updated 4 months ago
- Visually explore Python object graphs☆808Updated 3 months ago
- Bottom-up approach to refactoring in python☆707Updated 3 years ago
- Python 3.5+ runtime type checking for integration testing and data validation☆545Updated 11 months ago
- Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.☆875Updated 4 months ago
- Parallel programming with Python☆452Updated 5 months ago
- Statistical profiler which outputs in format suitable for FlameGraph (http://www.brendangregg.com/flamegraphs.html)☆400Updated 5 years ago
- A fast and memory efficient LRU cache for Python☆274Updated 3 weeks ago
- persistent caching to memory, disk, or database☆268Updated last week
- PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified…☆408Updated 4 months ago
- The bidirectional mapping library for Python.☆1,523Updated last month
- Toolkit to run Python benchmarks☆849Updated 2 months ago