Implement levels:anchor_in as a generator. #4

Merged
pyrex merged 1 commits from kistaro/chameleonic:generator_anchors into main 2022-12-18 01:46:31 +00:00
Contributor

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.

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.
kistaro added 1 commit 2022-12-18 01:45:25 +00:00
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.
pyrex merged commit a0da322c3d into main 2022-12-18 01:46:31 +00:00
kistaro deleted branch generator_anchors 2022-12-18 01:47:25 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pyrex/chameleonic#4
No description provided.