forked from lemire/externalsortinginjava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
25 lines (19 loc) · 733 Bytes
/
CHANGELOG.txt
File metadata and controls
25 lines (19 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Upcoming
- Duplicate lines are defined by provided comparator
0.1.6 (October 7 2013)
- Can now sort an empty file without error
0.1.5 (June 21 2013)
- Can specify directory where temporary files are stored from command line
- Can specify size of header from command line
- Added support for compressed temporary files
0.1.4 (May 2nd 2013)
- ability to skip header
- ability to append the sorted result
0.1.3 (March 26th 2013)
- complete unit testing
- better memory usage prediction
0.1.2 (omitted)
0.1.1 (April 16th 2012)
- changed default in pom.xml file so that compilation is set to java 1.5
- being clearer about the license (public domain)
- allow programmer to set a custom temporary directory