[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#861939: ITP: libexternalsortingin-java -- External-Memory Sorting in Java



Package: wnpp
Severity: wishlist
Owner: Andreas Tille <tille@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


Reply to: