Sorting algorithms: Selection sort
1000 elements to sort. Sanity check. PHP native sort() algorithm took: 0.002461 seconds. Memory used: 48264 bytes Running SelectionSort sort. Algorithm took: 0.273260 seconds. Memory used: 48272 bytes 1000 elements to sort.Sanity check. PHP native sort() algorithm took: 0.002461 seconds. Memory used: 48264 bytesRunning SelectionSort sort. Algorithm took: 0.273260 seconds. Memory used: 48272 bytesNext in [...]
Read the rest of this entry »