I have packed a really large array (200 million doubles) that is packed into a scalar to conserve memory.
I'd like to sort the array in its packed form. Is that possible?
The problem with sorting the array (as against the packed string) is that it consumes too much memory (about 10x that of the packed scalar).