paulross / NotesOnCythonLinks
Some notes on using Cython to increase the performance of Python code.
☆61Updated 10 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 4 months ago
- CPU parallelism for Trio☆62Updated last week
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Ball and Chain Decorators☆42Updated 3 years ago
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆160Updated last month
- Making it easy to write async iterators in Python 3.5☆99Updated 4 years ago
- Discover and load entry points from installed packages☆75Updated 7 months ago
- Static analysis of Python import statements☆123Updated last month
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a decorator☆120Updated last year
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 3 weeks ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated 2 years ago
- Tool to automatically replace 'import *' in Python files with explicit imports☆180Updated last month
- Cython implementation of Toolz. Please use: https://github.com/pytoolz/cytoolz☆41Updated 7 months ago
- PyPy binary wheels for some popular packages☆80Updated 3 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆56Updated 2 weeks ago
- transaction support for TinyDB☆98Updated 2 years ago
- The function you always missed in Python: return the first true value of an iterable without consuming the iterable.☆154Updated 2 years ago
- Decorator library to configure function arguments☆38Updated 2 years ago
- Python Sorted Collections Library☆106Updated 2 years ago
- Lazy & self-destructive tools for speeding up module imports☆55Updated 3 years ago
- Lazy import python modules for low start-up time. (Taken from mercurial.)☆50Updated last year
- File system based database that uses python pickles☆73Updated last year
- Tutorial to contribute to the CPython project☆49Updated 2 years ago
- Undermining Python's "turtles-all-the-way-up" asynchronous idiom.☆19Updated 6 years ago
- Pyfilesystem2 over SSH using paramiko☆92Updated last year
- Ultra-lightweight pure Python package to check if a file is binary or text.☆141Updated 4 months ago
- Bring colors to your terminal☆51Updated 4 years ago