issues
search
aya-lang
/
aya
Pocket sized programs
MIT License
54
stars
3
forks
source link
Some Performance Optimizations
#80
Closed
nick-paul
closed
1 year ago
nick-paul
commented
1 year ago
Requires #79
CallStack
reuses frames instead of creating new objects
Remove
__call__
Experimental feature, hardly used, and had a large performance impact
Variable lookup optimizations
Requires #79
CallStack
reuses frames instead of creating new objects__call__