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
- Fast fractions reimplementation in Cython☆39Updated last week
- Super-fast and clean conversions to numbers for Python.☆109Updated 3 months ago
- Discover and load entry points from installed packages☆75Updated 6 months ago
- Cython implementation of Toolz. Please use: https://github.com/pytoolz/cytoolz☆40Updated 6 months ago
- Lazy import python modules for low start-up time. (Taken from mercurial.)☆50Updated 11 months ago
- Collapses Python packages into a single module.☆29Updated 6 years ago
- Lazy & self-destructive tools for speeding up module imports☆55Updated 3 years ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- Useful Mutable Mappings☆70Updated last year
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated 2 years ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Python module to manipulate function signatures☆17Updated 2 years ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 3 weeks ago
- Create coredump like file from Python to post-mortem debug later☆74Updated 2 years ago
- Asynchronous generators, context managers and other utilities for use with asyncio☆63Updated 7 years ago
- Compiles a python function with cython using only a decorator.☆184Updated 7 years ago
- PyPy binary wheels for some popular packages☆80Updated 3 years ago
- Making it easy to write async iterators in Python 3.5☆99Updated 4 years ago
- Examples of safe coding practice for Python C extensions.☆230Updated 2 months ago
- A dependencies analyzer for Python☆30Updated 7 years ago
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆160Updated last week
- Undermining Python's "turtles-all-the-way-up" asynchronous idiom.☆19Updated 6 years ago
- Python module for interacting with nested dicts as a single level dict with delimited keys.☆114Updated last year
- Python dependency graph for parallel and/or async execution☆15Updated 6 years ago
- A friendly fork of the Python Standard Library multiprocessing package which uses dill instead of pickle☆35Updated 5 years ago
- Pyfilesystem2 over SSH using paramiko☆92Updated last year
- Tool to automatically replace 'import *' in Python files with explicit imports☆180Updated 3 weeks ago
- Decorator library to configure function arguments☆38Updated 2 years ago
- ☆24Updated 3 years ago