https://github.com/wyfo/closure-optimizer
Python closure optimization: branch pruning, loop unrolling, function inlining, etc.
https://github.com/wyfo/closure-optimizer
Last synced: 7 months ago
JSON representation
Python closure optimization: branch pruning, loop unrolling, function inlining, etc.
- Host: GitHub
- URL: https://github.com/wyfo/closure-optimizer
- Owner: wyfo
- License: mit
- Created: 2021-07-05T20:49:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T20:18:12.000Z (over 3 years ago)
- Last Synced: 2025-01-11T16:13:33.274Z (9 months ago)
- Language: Python
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# closure-optimizer
Optimize Python closures: branch pruning, loop unrolling, function inlining, etc.