Module fastselect
[hide private]
[frames] | no frames]

Module fastselect
source code

Functions [hide private]
  select(pos, seq)
select(pos, seq): find the nth rank ordered element (the least value has rank 0).

Variables [hide private]
nrepetiotions  

Function Details [hide private]

select(pos, seq)

source code 
select(pos, seq): find the nth rank ordered element (the least value has rank 0). Note1: it modifies the seq. Note2: this function is useful with Psyco, otherwise .sort is faster until len(seq)>~3e6

Variables Details [hide private]

nrepetiotions

Value:
6