On Jan 25, 1:32 pm, Arnaud Delobelle <[email protected]> wrote: > Steve Howell <[email protected]> writes: > > [...] > > > My algorithm does exactly N pops and roughly N list accesses, so I > > would be going from N*N + N to N + N log N if switched to blist. > > Can you post your algorithm? It would be interesting to have a concrete > use case to base this discussion on. >
I just realized you meant the Python code itself. It is here: https://bitbucket.org/showell/shpaml_website/src/tip/shpaml.py -- http://mail.python.org/mailman/listinfo/python-list
