in reply to Re^2: Fastest way to sort a list of integers into 0,1,2,3,-3,-2,-1
in thread Fastest way to sort a list of integers into 0,1,2,3,-3,-2,-1
No, ikegami, what you wrote won't work, but perhaps, instead, you meant Tux' version. It's slower -- (un)packing per element rather than "en masse" into (from) single scalar.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Fastest way to sort a list of integers into 0,1,2,3,-3,-2,-1
by ikegami (Patriarch) on Feb 06, 2019 at 20:10 UTC |