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:
- a heap with decrease-key and increase-key operations☆104Updated 6 years ago
- persistent caching to memory, disk, or database☆278Updated last month
- A small project template that shows how to wrap C code into python using cython, along with other packaging concepts☆135Updated 6 months ago
- Capture C-level stdout/stderr in Python☆215Updated last month
- Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a decorator☆121Updated last year
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆223Updated last year
- 💥 Cython memory pool for RAII-style memory management☆460Updated 2 weeks ago
- Inter-process named lock library☆45Updated 3 years ago
- Automagically inline python methods☆111Updated 10 years ago
- Some notes on using Cython to increase the performance of Python code.☆61Updated last year
- Create coredump like file from Python to post-mortem debug later☆74Updated 3 years ago
- A flexible utility for flattening and unflattening dict-like objects in Python.☆187Updated 3 years ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆161Updated last week
- A Pythonic indexed priority queue☆90Updated this week
- Setuptools-based `setup.py` template for Cython projects☆44Updated 8 years ago
- A list-like type with better asymptotic performance and similar performance on small lists☆317Updated 3 years ago
- Examples of Python C extensions that work on Python 2 and 3☆36Updated 10 years ago
- A graph manipulation library in pure Python☆74Updated last year
- Draw NetworkX graphs using pydot/graphviz, with support for IPython notebooks.☆119Updated 6 years ago
- A simple immutable dictionary for Python☆170Updated last week
- Linked list extension module for Python☆80Updated last year
- Backport of the pickle 5 protocol (PEP 574)☆34Updated 4 years ago
- Python Sorted Collections Library☆111Updated 3 years ago
- Python AST that abstracts the underlying Python version☆146Updated 3 weeks ago
- Python API for writing multiprocessing pipelines☆90Updated 3 years ago
- Distributed and Parallel Computing Framework with / for Python☆267Updated 2 years ago
- An AST unparser for Python☆230Updated 2 years ago
- A high performance python hash table library that is generally faster and consumes significantly less memory than Python Dictionaries☆214Updated 2 years ago
- Cython implementation of OrderedDict☆101Updated 9 years ago