Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Feb 18, 2018
1 parent 7baf608 commit 59a7ec2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -865,9 +865,6 @@ registry.each([](auto entity) {
});
```

Usually, filtering entities that aren't currently in use is more expensive than
iterating them all and filtering out those in which one isn't interested.

As a rule of thumb, consider using a view if the goal is to iterate entities
that have a determinate set of components. A view is usually faster than
combining this function with a bunch of custom tests.<br/>
Expand Down

0 comments on commit 59a7ec2

Please sign in to comment.