Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Avoid instantiating new objects inside loops #15

Open
rjbohinski opened this issue Mar 19, 2016 · 0 comments
Open

Avoid instantiating new objects inside loops #15

rjbohinski opened this issue Mar 19, 2016 · 0 comments

Comments

@rjbohinski
Copy link
Member

It it slow to create a new object each time a loop is run. New objects created within loops should be checked to see if they can created outside them and reused.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant