SilentSpike dbe6a04e8a Optimise spectator loops (#6021)
* Optimise spectator loops

`count` is only quicker than `forEach` when the final command returns a
boolean or nil. `forEach` is quicker if the final command returns any
other data type.

* Use `forEach` instead of `count`
2018-01-06 01:30:15 +01:00
..
2017-08-12 14:25:48 +01:00
2017-08-12 14:25:48 +01:00
2017-08-12 14:25:48 +01:00
2017-08-12 14:25:48 +01:00
2017-08-12 14:25:48 +01:00
2015-06-28 19:34:21 -07:00