blitz-research / monkey

Blitz Research Monkey Source
225 stars 59 forks source link

Reset Method for List Enumerator #67

Open Pharmhaus-2 opened 9 years ago

Pharmhaus-2 commented 9 years ago

Monkey X currently creates a new List Enumerator for every enumaration. When working with many Lists this behavior creates a lot of garbage. It would be nice if the Enumator object could be reset to allow reuse in performance sensitive parts of the application.