• Stefan Behnel's avatar
    rewrite of the tuple unpacking code · b3110a25
    Stefan Behnel authored
    according to unladen swallows' bm_unpack_sequence benchmark:
    - ~25% faster for tuples (60% faster than CPython 2.7)
    - ~3x faster for lists (40% faster than CPython 2.7)
    also, apparently using less memory during gcc compilation
    
    --HG--
    extra : rebase_source : 1069d7a0c9c338c16e96cc289114e0d0052a7588
    b3110a25
ExprNodes.py 319 KB