Bug#861939: ITP: libexternalsortingin-java -- External-Memory Sorting in Java
Andreas Tille
tille at debian.org
Sat May 6 06:56:57 UTC 2017
Package: wnpp
Severity: wishlist
Owner: Andreas Tille <tille at debian.org>
* Package name : libexternalsortingin-java
Version : 0.2.3
Upstream Author : Daniel Lemire
* URL : http://github.com/lemire/externalsortinginjava/
* License : public domain
Programming Lang: Java
Description : External-Memory Sorting in Java
This Java class enables sorting large file without first loading them
into memory. It is using External Sorting by dividing 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.
It is possible to sort in a non-lexicographic order.
Remark: I'm packaging this as a precondition for the Debian Med package
tn-seqexplorer. Since it is pure Java and it has turned out to be a good
idea to keep those packages in Debian Java team it will be maintained at
https://anonscm.debian.org/pkg-java/libexternalsortinginjava-java.git
More information about the pkg-java-maintainers
mailing list