paulross / NotesOnCythonLinks
Some notes on using Cython to increase the performance of Python code.
☆61Updated 11 months ago
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
- Super-fast and clean conversions to numbers for Python.☆109Updated 4 months ago
- Fast fractions reimplementation in Cython☆39Updated 3 weeks ago
- Lazy & self-destructive tools for speeding up module imports☆55Updated 3 years ago
- Making it easy to write async iterators in Python 3.5☆99Updated 4 years ago
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆160Updated last month
- File system based database that uses python pickles☆73Updated last year
- Extra Python Collections - bags (multisets), setlists (unique list / indexed set), RangeMap and IndexedDict☆46Updated 2 years ago
- Ultra-lightweight pure Python package to check if a file is binary or text.☆141Updated 4 months ago
- Decorator library to configure function arguments☆38Updated 2 years ago
- Tool to automatically replace 'import *' in Python files with explicit imports☆181Updated 2 months ago
- 📚 Ordered Multivalue Dictionary. Powers furl.☆68Updated 3 years ago
- Discover and load entry points from installed packages☆75Updated 8 months ago
- A memory profiler for Python. As easy as adding a decorator!☆128Updated 3 years ago
- CPU parallelism for Trio☆63Updated last month
- Lazy import python modules for low start-up time. (Taken from mercurial.)☆50Updated last year
- Static analysis of Python import statements☆123Updated 2 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
- Tutorial to contribute to the CPython project☆49Updated 2 years ago
- show where your regex match assertion failed!☆80Updated last week
- Ordered Set implementation in Cython☆75Updated 5 years ago
- A library for versioning your Python projects.☆141Updated last month
- Enable git-like did-you-mean feature in click☆101Updated last year
- Easy to use python subprocess interface☆113Updated last year
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆221Updated 11 months ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated last month
- Bring colors to your terminal☆51Updated 4 years ago
- calculate memory footprint of python objects☆29Updated 7 years ago
- Concurrent appendable key-value storage☆107Updated last year
- PyPy binary wheels for some popular packages☆80Updated 3 years ago