Your IP : 216.73.216.213


Current Path : /opt/alt/python35/lib64/python3.5/test/__pycache__/
Upload File :
Current File : //opt/alt/python35/lib64/python3.5/test/__pycache__/sortperf.cpython-35.opt-1.pyc



��Yf��@s�dZddlZddlZddlZddlZddlZddlZej�Zdd�Z	dd�Z
dd�Zd	d
�Zdd�Z
ed
kr�e
�dS)z_Sort performance test.

See main() for command line syntax.
See tabulate() for output format.

�Nc s�tjjtd|�}yt|d�}Wn�tk
r
tj��fdd�t|�D�}ygz3t|d�}tj	||�|j
�d}Wd|r�ytj|�Wntk
r�YnXXWn8tk
r}ztd|d|�WYdd}~XnXYnwXtj
|�}|j
�xZtd	�D]L}tj|�}|d|�}|d|�=|j�|j|�~q1W|S)
z+Return a list of n random floats in [0, 1).zrr%06d�rbcsg|]}���qS�r)�.0�i)�rr�2/opt/alt/python35/lib64/python3.5/test/sortperf.py�
<listcomp>s	zrandfloats.<locals>.<listcomp>�wbNzcan't write�:�
)�os�path�join�td�open�OSError�random�range�marshal�dump�close�unlink�print�load�	randrange�reverse�extend)�n�fn�fp�result�msgrZtempr)rr�
randfloatss:
	



+



r"cCstjj�dS)N)�sys�stdout�flushrrrrr%8sr%cCsEtj�}|j�tj�}td||dd�t�dS)Nz%6.2f�end� )�timeZperf_counter�sortrr%)�LZt0Zt1rrr�doit;s

r+c
Cs]tdd�dD��}ddt|�}t|d|�x|D]}d|>}t|�}td	||fd
d�t�t|�|j�t|�t|�xOtd�D]A}tj	|�}tj	|�}||||||<||<q�Wt|�|d
kr6dd�td
�D�|dd�<t|�x1t|d�D]}tj�|tj	|�<qQWt|�|dkr�|dd�=||d}t
tdd�|��}t|�~t
ttdg|��}t|�~|d}	t
t|	ddd��}|j
t|	��t
tt|��}t|�t�qFWdS)a:Tabulate sort speed for lists of various sizes.

    The sizes are 2**i for i in r (the argument, a list).

    The output displays i, 2**i, and the time to sort arrays of 2**i
    floating point numbers with the following properties:

    *sort: random data
    \sort: descending data
    /sort: ascending data
    3sort: ascending, then 3 random exchanges
    +sort: ascending, then 10 random at the end
    %sort: ascending, then randomly replace 1% of the elements w/ random values
    ~sort: many duplicates
    =sort: all equal
    !sort: worst case scenario

    cSsg|]}|d�qS)r)r)rZchrrrrUs	ztabulate.<locals>.<listcomp>z	*\/3+%~=!z%2s %7sz %6sr�2**i�z%2d %7dr&r'�rcSsg|]}tj��qSr)r)r�dummyrrrrks	N�d�cSs|S)Nr)�xrrr�<lambda>ysztabulate.<locals>.<lambda>g�?�)rr,i����g����r5)�tuple�lenrr"r%r+rrrr�list�map�absr�float)
rZcasesZfmtrrr*r/Zi1Zi2Zhalfrrr�tabulateBsL





!
#






r<cCs�d}d}tjdd�r�ttjd�}}tjdd�r�ttjd�}tjdd�r�d}x/tjdd�D]}d|t|�}q�Wtj|�t||d�}t|�dS)z�Main program when invoked as a script.

    One argument: tabulate a single row.
    Two arguments: tabulate a range (inclusive).
    Extra arguments are used to seed the random generator.

    ��r-Nr4r.i�
)r#�argv�int�hashrZseedrr<)Zk1Zk2r2�arrrr�main�s	
rC�__main__)�__doc__r#r(rrZtempfilerZ
gettempdirrr"r%r+r<rC�__name__rrrr�<module>s'L