With the new lists of lists hack, I decided to see if it could improve my radix sort implementation. The result is unfortunately the added overhead made it 25-30% slower, but one advantage is this version doesn't have an overflow problem. One big disadvantage is you can't backpack the radix sort implementation, due to the hacky lists of lists.