Algorithms.ExternalSort
Documentation
externalSort :: (Ord a, Binary a) => [a] -> IO [a]Source
kMergeSort :: Ord a => [a] -> [a]Source
hGetContentsWithCursorN :: Int -> Handle -> Integer -> IO ByteStringSource
external-sort-0.2: Sort large arrays on your hard drive. Kind of like the unix util sort.
Algorithms.ExternalSort
externalSort :: (Ord a, Binary a) => [a] -> IO [a]Source
kMergeSort :: Ord a => [a] -> [a]Source
hGetContentsWithCursorN :: Int -> Handle -> Integer -> IO ByteStringSource