externalsortinginjava externalsortinginjava
Parent | oss-parent |
Group | com.google.code.externalsortinginjava |
描述 | Sometimes, you want to sort large file without first loading them into memory. The solution is to use External Sorting. You divide the files into small blocks, sort each block in RAM, and then merge the result. Many database engines and the Unix sort command support external sorting. But what if you want to avoid a database? Or what if you want to sort in a non-lexicographic order? Or maybe you just want a simple external sorting example? When we could not find such a simple program, we wrote one. |
Packaging | jar |
Size | 13.31 KB |
文件 | pom jar |
网址 | http://code.google.com/p/externalsortinginjava/ |
发布时间 | 2014-02-25 07:25 |
dependencies
Group | Artifact | Version |
---|---|---|
junit | junit |
developers
licenses
Public Domain | http://creativecommons.org/licenses/publicdomain |
索引仓库
仓库 | 个数 |
Central | 592045 |