paulross / NotesOnCythonLinks
Some notes on using Cython to increase the performance of Python code.
☆61Updated 9 months ago
Alternatives and similar repositories for NotesOnCython
Users that are interested in NotesOnCython are comparing it to the libraries listed below
Sorting:
- Cython implementation of OrderedDict☆101Updated 9 years ago
- Undermining Python's "turtles-all-the-way-up" asynchronous idiom.☆19Updated 6 years ago
- Super-fast and clean conversions to numbers for Python.☆109Updated 2 months ago
- Fast fractions reimplementation in Cython☆40Updated 3 months ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated last week
- Ordered Set implementation in Cython☆75Updated 5 years ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- Create coredump like file from Python to post-mortem debug later☆74Updated 2 years ago
- Lazy & self-destructive tools for speeding up module imports☆55Updated 3 years ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated 2 years ago
- Discover and load entry points from installed packages☆75Updated 6 months ago
- Python module to manipulate function signatures☆17Updated 2 years ago
- Trait support for Python 3☆24Updated 2 years ago
- Cython implementation of Toolz. Please use: https://github.com/pytoolz/cytoolz☆40Updated 5 months ago
- Python library providing type-checked function calls at runtime☆98Updated 9 months ago
- Tool to automatically replace 'import *' in Python files with explicit imports☆179Updated 2 months ago
- Python memoization across program runs.☆108Updated 6 years ago
- Typemap - The Annotator (TM)☆55Updated 6 years ago
- Python dependency graph for parallel and/or async execution☆15Updated 6 years ago
- Useful Mutable Mappings☆70Updated last year
- Caching for humans☆63Updated 8 years ago
- A quicker pickle☆109Updated 2 years ago
- Over 600 fast Python bindings to the CPython C API. 🤯☆61Updated 9 months ago
- Concurrent appendable key-value storage☆106Updated 10 months ago
- Lazy import python modules for low start-up time. (Taken from mercurial.)☆50Updated 10 months ago
- FrozenList is a list-like structure that implements collections.abc.MutableSequence and can be made immutable.☆101Updated 3 weeks ago
- Compiles a python function with cython using only a decorator.☆184Updated 7 years ago
- Inquest lets you add log statements to python without restarting your python instance. It helps you quickly uncover what is going wrong.☆131Updated 2 years ago
- Run async workflows using pytest-fixtures-style dependency injection☆34Updated 2 years ago
- Distributed process pool for Python☆110Updated 2 years ago