Class IntegerRadixSortExperimental

java.lang.Object
com.aoapps.hodgepodge.sort.IntegerRadixSortExperimental
All Implemented Interfaces:
IntegerSortAlgorithm, SortAlgorithm<Number>

public final class IntegerRadixSortExperimental extends Object
A radix sort implementation for numeric data, sorting by its integer representation. TODO: Consider thread-local for the small sort space
Author:
AO Industries, Inc.