Welcome To Snipplr


Everyone's Recent Snippets Tagged array



1 ... 9 10 11 12 13 Next »
1 885 posted 17 years ago by gdonald
Took 0.164692 seconds for array[] Took 0.395778 seconds for array_push As you can see array_push is more than twice as slow. Here are the reasons. Array_push is a function call, Function calls are always slower. Array_push takes mixed parameters,...
0 3118 posted 17 years ago by mthorn
1 ... 9 10 11 12 13 Next »