Novactive / NovaCollection

Collection implementation that wraps regular PHP arrays.
MIT License
9 stars 3 forks source link

Feature test perfs #8

Closed Plopix closed 7 years ago

Plopix commented 7 years ago

cc @nozavroni

To me it means we need to use the array_* functions, and then that we should not do what we are doing with the looper. In a way what we wanted to do could be achieved playing with the Iterator functions.