Skip to content

Commands

Siad Ardroumli edited this page Apr 12, 2015 · 2 revisions

analyze

$ bin/kindergarten run
This is a array merging function using only the += operator.
Execute callable array merger #1                                   .. 0.0166390s


This is a array merging function using the build in array_merge() function.
Execute callable array merger #2                                   .. 0.0147340s


This is a array unique build in function.
Execute callable array unique #1                                   .. 0.0145671s


This is a array unique with double array flip.
Execute callable array unique #2                                   .. 0.0155349s

compare

Clone this wiki locally