borzunov / cpmoptimizeLinks
🚀 🐍 Optimizes Python bytecode calculating linear recurrences, reducing the time complexity from O(n) to O(log n)
☆181Updated 3 years ago
Alternatives and similar repositories for cpmoptimize
Users that are interested in cpmoptimize are comparing it to the libraries listed below
Sorting:
- Static optimizer specializing functions with guards for Python 3.6☆72Updated 5 years ago
- C Python, made faster.☆341Updated 9 years ago
- Runtime compiler for numerical Python☆232Updated 4 months ago
- A way to use CPython modules on PyPy☆37Updated 9 years ago
- Pattern matching for python☆218Updated 10 years ago
- I'd just like to interject for a moment...☆51Updated 9 years ago
- A partially and lazily sorted list data structure for Python☆124Updated 5 years ago
- I will write this later...☆270Updated 7 years ago
- Module for enforcing language constraints in Python☆70Updated 2 years ago
- Utilities to help fight and prevent memory leaks☆174Updated 2 years ago
- PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified…☆408Updated this week
- Python library for representing really, really, ridiculously large numbers.☆66Updated last year
- Roaring Bitmap in Cython☆81Updated last year
- face Python bytecode metaprogramming API fork☆71Updated 4 years ago
- A mirror of the prettytable repo (on Google Code)☆78Updated 8 years ago
- Inspect memory usage of python functions☆182Updated 9 years ago
- An implementation of namedtuple written in C for warp speed.☆54Updated 7 years ago
- Easy anonymous functions by partial application of operators☆102Updated last year
- A better python lambda syntax (`a = (x) > x`) based on runtime source rewriting☆46Updated 8 years ago
- Visualizing Python Project Import Graphs☆108Updated 9 years ago
- Compiles a python function with cython using only a decorator.☆184Updated 7 years ago
- HAT-Trie for Python☆86Updated 9 years ago
- More tools for Python☆51Updated 5 years ago
- Functional stuff for Python☆119Updated 8 years ago
- Now part of Cling, no longer maintained here☆125Updated 9 years ago
- Deprecation tools for Python☆118Updated 8 years ago
- Python Meta Programming☆142Updated 2 years ago
- Demo of how to use the underlying SRE engine to build a regex scanner☆221Updated 8 years ago
- A CLI tool to search for Python code in a path using jQuery-like selectors.☆127Updated 4 years ago
- pytrace is a fast python tracer. it records function calls, arguments and return values. can be used for debugging and profiling.☆448Updated 9 years ago