robtandy / randomdictLinks
Python dictionaries with O(1) random element access.
☆60Updated last year
Alternatives and similar repositories for randomdict
Users that are interested in randomdict are comparing it to the libraries listed below
Sorting:
- persistent caching to memory, disk, or database☆278Updated 2 weeks ago
- Inter-process named lock library☆45Updated 3 years ago
- A small project template that shows how to wrap C code into python using cython, along with other packaging concepts☆135Updated 8 months ago
- 💥 Cython memory pool for RAII-style memory management☆459Updated 2 months ago
- fork of https://bitbucket.org/astanin/python-tabulate☆187Updated 3 years ago
- a heap with decrease-key and increase-key operations☆104Updated 6 years ago
- Some notes on using Cython to increase the performance of Python code.☆60Updated last year
- Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a decorator☆123Updated 2 years ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆225Updated last year
- A Vectorized Python Dict/Set☆116Updated 2 years ago
- Linked list extension module for Python☆80Updated last year
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆456Updated last year
- Python Non-cryptographic Hash Library☆287Updated 2 years ago
- Python API for writing multiprocessing pipelines☆90Updated 3 years ago
- Static analysis of Python import statements☆124Updated 2 months ago
- A flexible utility for flattening and unflattening dict-like objects in Python.☆185Updated 3 years ago
- Python decorators for profiling/tracing/timing a single function☆338Updated 2 months ago
- A memory profiler for Python. As easy as adding a decorator!☆128Updated 4 years ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 years ago
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆162Updated 2 months ago
- Setuptools-based `setup.py` template for Cython projects☆44Updated 8 years ago
- Python Sorted Collections Library☆110Updated 3 years ago
- Backport of the pickle 5 protocol (PEP 574)☆34Updated 4 years ago
- A multiset implementation for python☆39Updated last year
- A friendly fork of the Python Standard Library multiprocessing package which uses dill instead of pickle☆35Updated 6 years ago
- Automagically inline python methods☆111Updated 10 years ago
- A fast and memory efficient LRU cache for Python☆280Updated 3 months ago
- A fork of frozendict, an immutable wrapper around dictionaries for Python3☆54Updated last week
- Computationally efficient rolling window iterators for Python (sum, variance, min/max, etc.)☆205Updated last year
- Create coredump like file from Python to post-mortem debug later☆74Updated 3 years ago