-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What can be improved?
As I've commented in #215, there are many instances of iterators in PAM that are not performant.
If there is a case where you want a class method/property to yield an element in a simple iterator (list, tuple, set, flat dict, ...), then wrapping the object in iter will yield about twice as quick as for i in foo: yield i.
Version
0.2.5-dev
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request