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
- Some notes on using Cython to increase the performance of Python code.☆60Updated last year
- a heap with decrease-key and increase-key operations☆104Updated 6 years ago
- A graph manipulation library in pure Python☆74Updated last year
- A small project template that shows how to wrap C code into python using cython, along with other packaging concepts☆135Updated 8 months ago
- Automagically inline python methods☆111Updated 10 years ago
- Fast fractions reimplementation in Cython☆39Updated last week
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆162Updated 2 months ago
- 💥 Cython memory pool for RAII-style memory management☆459Updated 2 months ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Backport of the pickle 5 protocol (PEP 574)☆34Updated 4 years ago
- Automated Unittest Generation for Python☆202Updated 5 years ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆225Updated last year
- fork of https://bitbucket.org/astanin/python-tabulate☆187Updated 3 years ago
- A list-like type with better asymptotic performance and similar performance on small lists☆316Updated 3 years ago
- Inter-process named lock library☆45Updated 3 years ago
- Super-fast and clean conversions to numbers for Python.☆110Updated 11 months ago
- A multiset implementation for python☆39Updated last year
- A high performance python hash table library that is generally faster and consumes significantly less memory than Python Dictionaries☆214Updated 2 years ago
- PyPy binary wheels for some popular packages☆80Updated 4 years ago
- A memory profiler for Python. As easy as adding a decorator!☆128Updated 4 years ago
- A Vectorized Python Dict/Set☆116Updated 2 years ago
- Deadlocks? Detect where your threads hang in Python with one import.☆53Updated last year
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆456Updated last year
- The function you always missed in Python: return the first true value of an iterable without consuming the iterable.☆155Updated 3 years ago
- A fork of frozendict, an immutable wrapper around dictionaries for Python3☆54Updated last week
- Capture C-level stdout/stderr in Python☆216Updated last month
- Autologging automates logging setup and method tracing for Python classes.☆49Updated 4 months ago
- Create coredump like file from Python to post-mortem debug later☆74Updated 3 years ago
- Command line plotting for python☆147Updated 3 years ago