paulross / NotesOnCython
Some notes on using Cython to increase the performance of Python code.
☆60Updated 6 months ago
Alternatives and similar repositories for NotesOnCython:
Users that are interested in NotesOnCython are comparing it to the libraries listed below
- Cython implementation of OrderedDict☆101Updated 9 years ago
- Super-fast and clean conversions to numbers for Python.☆106Updated this week
- Fast fractions reimplementation in Cython☆38Updated last week
- The function you always missed in Python: return the first true value of an iterable.☆150Updated 2 years ago
- Making it easy to write async iterators in Python 3.5☆96Updated 4 years ago
- Discover and load entry points from installed packages☆74Updated 3 months ago
- Useful Mutable Mappings☆70Updated last year
- Ordered Set implementation in Cython☆74Updated 5 years ago
- Ball and Chain Decorators☆42Updated 3 years ago
- A backport of `breakpoint` to python<3.7.☆44Updated 3 years ago
- show where your regex match assertion failed!☆81Updated 3 weeks ago
- Cython implementation of Toolz. Please use: https://github.com/pytoolz/cytoolz☆39Updated 2 months ago
- Concurrent appendable key-value storage