Level 54
PHP has streams: http://php.net/manual/en/intro.stream.php
There are a small handful of places within laravel that leverage file streams for i/o. I really can't figure how they would be applicable to a collection though.
Well I'm parsing a huge text file and doing filtering before returning result, so loading it all into memory may not be a good option.
I know in Java I can do something like a Stream then filter.etc
In Laravel is there something like this? Great if I could use it with laravel collections
Please or to participate in this conversation.