pbrady / fastcacheLinks
C implementation of Python 3 lru_cache
☆158Updated 5 years ago
Alternatives and similar repositories for fastcache
Users that are interested in fastcache are comparing it to the libraries listed below
Sorting:
- A least recently used (LRU) cache for Python☆223Updated last year
- Debug tool trace Python memory allocations☆75Updated 6 years ago
- A fast and memory efficient LRU cache for Python☆280Updated 2 months ago
- A dictionary that allows attribute-style access.☆275Updated 6 years ago
- A list-like type with better asymptotic performance and similar performance on small lists☆317Updated 3 years ago
- A fast Python RPC library☆336Updated 3 years ago
- Deprecated, legacy project. Exists only to support existing dependents (e.g., ZEO)☆187Updated 4 years ago
- An in-memory LRU cache for python☆154Updated 4 years ago
- Asyncio (pep 3156) integration with ZeroMQ☆431Updated 3 years ago
- Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)☆365Updated last month
- Python wrapper around rapidjson☆529Updated last month
- Python Non-cryptographic Hash Library☆288Updated 2 years ago
- Multiprocessing Pool Extensions☆429Updated last month
- Backport of the concurrent.futures package to Python 2.6 and 2.7☆235Updated 3 years ago
- Python Binding for xxHash☆436Updated last month
- Profiler for Python extensions☆126Updated 9 years ago
- An easy library for Python file locking. It works on Windows, Linux, BSD and Unix systems and can even perform distributed locking. Natur…☆317Updated last week
- vmprof - a statistical program profiler☆437Updated 3 months ago
- Powerful Python library for atomic file writes.☆319Updated 3 years ago
- A python package that provides useful locks.☆271Updated 4 months ago
- Examples of safe coding practice for Python C extensions.☆233Updated 3 months ago
- Visually explore Python object graphs