robtandy / randomdictLinks
Python dictionaries with O(1) random element access.
☆59Updated 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☆275Updated 3 weeks ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆221Updated 11 months ago
- a heap with decrease-key and increase-key operations☆101Updated 5 years ago
- A small project template that shows how to wrap C code into python using cython, along with other packaging concepts☆133Updated 2 months ago
- 💥 Cython memory pool for RAII-style memory management☆456Updated last month
- Python Non-cryptographic Hash Library☆283Updated last year
- Backport of the pickle 5 protocol (PEP 574)☆33Updated 3 years ago
- Inter-process named lock library☆45Updated 2 years ago
- Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a decorator☆120Updated last year
- Setuptools-based `setup.py` template for Cython projects☆44Updated 7 years ago
- Python module for computing statistics and regression in a single pass.☆99Updated 4 years ago
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆160Updated last month
- Capture C-level stdout/stderr in Python☆207Updated last week
- Computationally efficient rolling window iterators for Python (sum, variance, min/max, etc.)☆204Updated last year
- Some notes on using Cython to increase the performance of Python code.☆61Updated 10 months ago
- A flexible utility for flattening and unflattening dict-like objects in Python.☆186Updated 3 years ago
- Super-fast and clean conversions to numbers for Python.☆109Updated 4 months ago
- A list-like type with better asymptotic performance and similar performance on small lists☆315Updated 2 years ago
- Python Sorted Collections Library☆106Updated 2 years ago
- Human friendly input/output for text interfaces using Python☆335Updated last year
- Create coredump like file from Python to post-mortem debug later☆74Updated 2 years ago
- Python decorators for profiling/tracing/timing a single function☆333Updated 5 months ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆452Updated 10 months ago
- minimalistic evaluator of python expression using ast module☆193Updated 4 months ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- fork of https://bitbucket.org/astanin/python-tabulate☆181Updated 2 years ago
- Cython implementation of OrderedDict☆101Updated 9 years ago
- A Vectorized Python Dict/Set☆118Updated 2 years ago
- Dot access dictionary with dynamic hierarchy creation and ordered iteration☆478Updated last year
- A high performance python hash table library that is generally faster and consumes significantly less memory than Python Dictionaries☆214Updated last year