Skip to content
/ ouroboros Public

Use bytecode surgery to optimize tail recursive functions in Python

Notifications You must be signed in to change notification settings

Mr4k/ouroboros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remove tail recursive calls from Python functions by editing their bytecode.
Example Usage:
python optimize-tail-call.py sum.py
python optimize-tail-call.py ouroboros.py
python optimize-tail-call.py tests.py (to run tests)

About

Use bytecode surgery to optimize tail recursive functions in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages