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 last week
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 years ago
- Super-fast and clean conversions to numbers for Python.☆110Updated 6 months ago
- Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a decorator☆120Updated last year
- 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
- Library providing syntactic sugar for creating variant forms of a canonical function☆74Updated 6 years ago
- Python library providing type-checked function calls at runtime☆98Updated last year
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 2 weeks ago
- calculate memory footprint of python objects☆29Updated 8 years ago
- File system based database that uses python pickles☆73Updated last year
- A backport of `breakpoint` to python<3.7.