paulross / NotesOnCythonLinks
Some notes on using Cython to increase the performance of Python code.
☆62Updated 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
- Super-fast and clean conversions to numbers for Python.☆109Updated 5 months ago
- Fast fractions reimplementation in Cython☆39Updated 2 weeks ago
- Module to have suggestions in case of errors (NameError, AttributeError, etc).☆120Updated this week
- Lazy & self-destructive tools for speeding up module imports☆55Updated 3 years ago
- Tutorial to contribute to the CPython project☆49Updated 2 years ago
- Tool to automatically replace 'import *' in Python files with explicit imports☆181Updated 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
- CPU parallelism for Trio☆63Updated 2 weeks ago
- Ultra-lightweight pure Python package to check if a file is binary or text.☆143Updated 5 months ago
- extracted --boxed from pytest-xdist to ensure backward compat☆71Updated 8 months ago
- Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.☆161Updated 2 months ago
- Ordered Set implementation in Cython☆75Updated 5 years ago
- A wrapper around the stdlib `tokenize` which roundtrips.☆58Updated last week
- Discover and load entry points from installed packages☆76Updated 8 months ago
- Generate PyAnnotate annotations from your pytest tests.☆110Updated 3 years ago
- Making it easy to write async iterators in Python 3.5☆100Updated 5 years ago
- A plugin for pytest to manage expected test failures☆36Updated 2 years ago
- File system based database that uses python pickles☆73Updated last year
- Python module to manipulate function signatures☆17Updated 2 years ago
- show where your regex match assertion failed!☆80Updated last week
- A mutable set that remembers the order of its entries. One of Python's missing data types.☆221Updated last year
- Bring colors to your terminal☆51Updated 4 years ago
- distributed Python deployment and communication☆86Updated last week
- Serialization library for Exceptions and Tracebacks.☆172Updated 4 months ago
- gametight lightweight caching library for python☆66Updated 2 years ago
- calculate memory footprint of python objects☆29Updated 8 years ago
- Python module for interacting with nested dicts as a single level dict with delimited keys.☆114Updated last year
- Cython implementation of Toolz. Please use: https://github.com/pytoolz/cytoolz☆41Updated 8 months ago
- A memory profiler for Python. As easy as adding a decorator!☆128Updated 3 years ago