paulross / PythonExtensionPatternsLinks
Examples of safe coding practice for Python C extensions.
☆231Updated 3 weeks ago
Alternatives and similar repositories for PythonExtensionPatterns
Users that are interested in PythonExtensionPatterns are comparing it to the libraries listed below
Sorting:
- A list-like type with better asymptotic performance and similar performance on small lists☆316Updated 2 years ago
- Python code object transformers☆184Updated last year
- vmprof - a statistical program profiler☆435Updated 5 months ago
- Powerful Python library for atomic file writes.☆318Updated 3 years ago
- ☆608Updated 8 years ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- Python module to modify bytecode☆321Updated last week
- Enabling CPython multi-core parallelism via subinterpreters.☆247Updated 3 years ago
- Machinery for building and testing Python Wheels for Linux, OSX and (less flexibly) Windows.☆245Updated last month
- C implementation of Python 3 lru_cache☆157Updated 5 years ago
- Instant visualization of Python AST and Code Objects☆141Updated last year
- A python package that provides useful locks.☆265Updated last week
- Demo project for building Python wheels for Linux with Travis-CI☆229Updated 4 years ago
- A Python Parser☆649Updated 3 weeks ago
- Some notes on using Cython to increase the performance of Python code.☆61Updated last year
- Utility for measuring the fraction of time the CPython GIL is held☆120Updated 3 years ago
- Visually explore Python object graphs☆819Updated 8 months ago
- Profile python programs and view them with kcachegrind☆167Updated 4 years ago
- How to Write and Debug C Extension Modules☆40Updated 7 years ago
- Modified fork of CPython's ast module that parses `# type:` comments☆232Updated 2 years ago
- Remote vanilla PDB (over TCP sockets).☆298Updated 2 years ago
- A fast and thorough lazy object proxy.☆261Updated 3 weeks ago
- Line-granularity, thread-aware deterministic and statistic pure-python profiler☆454Updated last year
- A fast and memory efficient LRU cache for Python☆278Updated last month
- Run a subprocess in a pseudo terminal☆229Updated last month
- Toolkit to run Python benchmarks☆874Updated 2 weeks ago
- Memory efficient Python objects☆367Updated this week
- LZ4 bindings for Python☆291Updated 3 months ago
- Hunter is a flexible code tracing toolkit.☆841Updated 3 weeks ago
- Syntax-highlighting, declarative and composable pretty printer for Python 3.5+☆339Updated last year