forked from pyrex/chameleonic
Implement levels:anchor_in as a generator. (#4) #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "pyrex/chameleonic:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This gets rid of the (substantial!) overhead of preparing a list and then iterating over it, in exchange for a bit of bookkeeping to simulate the prior behavior of the for loop, which is much cheaper.
Reviewed-on: pyrex/chameleonic#4
Co-authored-by: Kistaro Windrider kistaro@gmail.com
Co-committed-by: Kistaro Windrider kistaro@gmail.com