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☆102Updated 9 years ago
- Fast fractions reimplementation in Cython☆39Updated last week
- Super-fast and clean conversions to numbers for Python.☆110Updated 9 months ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Raise asynchronous exceptions in other thread, control the timeout of blocks or callables with a context manager or a decorator☆121Updated last year
- Library providing syntactic sugar for creating variant forms of a canonical function☆74Updated 7 years ago
- Discover and load entry points from installed packages☆76Updated last year
- Amazon S3 filesystem for PyFilesystem2☆158Updated last year
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 years ago
- Tool to automatically replace 'import *' in Python files with explicit imports☆181Updated 3 months ago
- Pyfilesystem2 over SSH using paramiko☆92Updated last year
- Ultra-lightweight pure Python package to check if a file is binary or text.☆144Updated 8 months ago
- A memory profiler for Python. As easy as adding a decorator!☆128Updated 4 years ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 2 months ago
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆224Updated last year
- Making it easy to write async iterators in Python 3.5☆102Updated 5 years ago
- File system based database that uses python pickles☆73Updated 2 years ago
- Ball and Chain Decorators☆42Updated 4 years ago
- Autologging automates logging setup and method tracing for Python classes.☆49Updated 2 months ago
- Bring colors to your terminal☆51Updated 5 years ago
- A backport of `breakpoint` to python<3.7.☆44Updated 4 years ago
- Powerful Python library for atomic file writes.☆319Updated 3 years ago
- 📚 Ordered Multivalue Dictionary. Powers furl.☆68Updated 2 weeks ago
- Compiles a python function with cython using only a decorator.☆184Updated 8 years ago
- Undermining Python's "turtles-all-the-way-up" asynchronous idiom.☆19Updated 7 years ago
- The function you always missed in Python: return the first true value of an iterable without consuming the iterable.☆155Updated 3 years ago
- Rate your Python packages package friendliness☆227Updated 2 months ago
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆161Updated 2 weeks ago
- Pytest plugin for analyzing resource usage during test sessions☆180Updated last year
- Generate PyAnnotate annotations from your pytest tests.☆111Updated 3 years ago