deehzee / unionfindLinks
A union-find disjoint sets data structure implemented in Python with the "Weighted Quick Union with Path Compression" algorithm.
☆67Updated 4 years ago
Alternatives and similar repositories for unionfind
Users that are interested in unionfind are comparing it to the libraries listed below
Sorting:
- Extending your autodoc API docs with a summary☆53Updated last year
- Python API for writing multiprocessing pipelines☆90Updated 3 years ago
- A Vectorized Python Dict/Set☆116Updated 2 years ago
- converts LaTeX into a Python parse tree, allowing navigation using the default or a custom hierarchy☆95Updated 7 years ago
- Arsenal of python utilities.☆274Updated last month
- Using queues, tqdm-multiprocess supports multiple worker processes, each with multiple tqdm progress bars, displaying them cleanly throug…☆42Updated 5 years ago
- Interactive parametric benchmarks in Python☆17Updated 4 years ago
- Python Set subclass that supports searching by ngram similarity☆119Updated 4 years ago
- persistent caching to memory, disk, or database☆278Updated 2 weeks ago
- Prefetch elements from a Python generator in the background, from a separate process☆34Updated 4 years ago
- Profile the GPU memory usage of every line in a Pytorch code☆83Updated 7 years ago
- A conda-smithy repository for tensorflow.☆93Updated last week
- 💥 Fast matrix-multiplication as a self-contained Python library – no system dependencies!☆231Updated last month
- Configure Python functions explicitly and safely☆128Updated last year
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆162Updated 2 months ago
- Serialize numpy arrays using msgpack☆211Updated last year
- a HDF5-based python pickle replacement☆502Updated last year
- Python bindings to Succinct Data Structure Library 2.0☆34Updated 6 years ago
- Access dict values as attributes (works recursively)☆311Updated last year
- A Pythonic indexed priority queue☆92Updated 2 months ago
- python library to simplify working with jsonlines and ndjson data☆307Updated last year
- Python implementation of Vose's alias method, an efficient algorithm for sampling from a discrete probability distribution. Uses only the…☆45Updated 2 years ago
- Profiler for Python extensions☆126Updated 9 years ago
- A modular system for machinable research code☆35Updated 9 months ago
- Python AST that abstracts the underlying Python version☆145Updated 2 months ago
- Parallel Programming with Python and Charm++☆295Updated 7 months ago
- Stupidly-simple speed measurements for Python.☆156Updated 3 years ago
- Demo project for building Python wheels for Linux with Travis-CI☆231Updated 4 years ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 years ago
- IPython magic for parallel profiling (like `%time`, but parallel)☆72Updated 8 years ago