Setup:
Timed:
import random
x = [random.random() for i in range(n)]Timed:
y = TypeToTest(x)
y.sort()|
|
||
Performance of the blist :: Sort a random listSetup:
import randomTimed: y = TypeToTest(x) |
||
|
Copyright © 2010 Stutzbach Enterprises, LLC - All Rights Reserved |