paulross / NotesOnCythonLinks
Some notes on using Cython to increase the performance of Python code.
☆61Updated last year
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 2 weeks ago
- Super-fast and clean conversions to numbers for Python.☆110Updated 8 months ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- distributed Python deployment and communication☆90Updated last week
- Lazy import python modules for low start-up time. (Taken from mercurial.)☆52Updated last year
- Lazy & self-destructive tools for speeding up module imports☆55Updated 3 years ago
- File system based database that uses python pickles☆73Updated 2 years ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 years ago
- Collapses Python packages into a single module.☆30Updated 7 years ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated last month
- A memory profiler for Python. As easy as adding a decorator!☆128Updated 4 years ago
- Making it easy to write async iterators in Python 3.5☆102Updated 5 years ago
- Discover and load entry points from installed packages☆76Updated 11 months ago
- Pyfilesystem2 over SSH using paramiko☆92Updated last year
- Concurrent appendable key-value storage☆107Updated last year
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆161Updated 5 months ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆223Updated 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 backport of `breakpoint` to python<3.7.☆44Updated 4 years ago
- Ultra-lightweight pure Python package to check if a file is binary or text.☆144Updated 8 months ago
- PyPy binary wheels for some popular packages☆80Updated 3 years ago
- persistent caching to memory, disk, or database☆277Updated 2 weeks ago
- PyTest Helpers Namespace☆58Updated 3 years ago
- Python module to manipulate function signatures☆17Updated 2 years ago
- Provides runtime validation of attributes specified in Python 'attr'-based data classes.☆56Updated last year
- Tool to automatically replace 'import *' in Python files with explicit imports☆181Updated 2 months ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆59Updated this week
- 📚 Ordered Multivalue Dictionary. Powers furl.☆68Updated 3 years ago
- Static analysis of Python import statements☆124Updated last week