paulross / NotesOnCythonLinks
Some notes on using Cython to increase the performance of Python code.
☆60Updated 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
- Super-fast and clean conversions to numbers for Python.☆110Updated 9 months ago
- Fast fractions reimplementation in Cython☆39Updated last week
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated 3 months ago
- Making it easy to write async iterators in Python 3.5☆102Updated 5 years ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- Lazy & self-destructive tools for speeding up module imports☆55Updated 3 years ago
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆47Updated 2 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
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆224Updated last year
- A backport of `breakpoint` to python<3.7.☆44Updated 4 years ago
- Bring colors to your terminal☆51Updated 5 years ago
- Discover and load entry points from installed packages☆76Updated last year
- A memory profiler for Python. As easy as adding a decorator!☆128Updated 4 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
- File system based database that uses python pickles☆73Updated 2 years ago
- distributed Python deployment and communication☆92Updated last week
- Rate your Python packages package friendliness☆229Updated 2 weeks ago
- Compiles a python function with cython using only a decorator.☆184Updated 8 years ago
- Static analysis of Python import statements☆124Updated 2 weeks ago
- Ultra-lightweight pure Python package to check if a file is binary or text.☆145Updated 9 months ago
- Asynchronous generators, context managers and other utilities for use with asyncio☆63Updated 7 years ago
- A pytest plugin to trace resource leaks.☆117Updated 6 years ago
- Automatic __slots__ for your Python classes☆69Updated last month
- PyPy binary wheels for some popular packages☆80Updated 3 years ago
- persistent caching to memory, disk, or database☆278Updated 3 weeks ago
- 📚 Ordered Multivalue Dictionary. Powers furl.☆68Updated last month
- Lazy import python modules for low start-up time. (Taken from mercurial.)☆52Updated last year
- Undermining Python's "turtles-all-the-way-up" asynchronous idiom.☆19Updated 7 years ago
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆161Updated last month