The purpose of this project is to benchmark illuminate/support Collection class after reading the blog post Refactoring Loops and Conditionals
composer install -o
php benchmark.php
=> CLASSIC
User has score of 54
10000 iterations in 197ms : average = 0.0197ms
=> ARRAY_*
User has score of 54
10000 iterations in 869ms: average = 0.0869ms
=> FUNCTIONAL
User has score of 54
10000 iterations in 1875ms: average = 0.1875ms