Skip to content

Commit f52cae0

Browse files
committed
Merge branch 'master' of github.com:lemire/externalsortinginjava
2 parents be7d2a6 + ab67b02 commit f52cae0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.google.code.externalsortinginjava</groupId>
44
<artifactId>externalsortinginjava</artifactId>
55
<packaging>jar</packaging>
6-
<version>0.6.4-SNAPSHOT</version>
6+
<version>0.6.5-SNAPSHOT</version>
77
<name>externalsortinginjava</name>
88
<url>http://github.com/lemire/externalsortinginjava/</url>
99
<description>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.

0 commit comments

Comments
 (0)