forked from fast-pack/JavaFastPFOR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
38 lines (28 loc) · 1.27 KB
/
CHANGELOG
File metadata and controls
38 lines (28 loc) · 1.27 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
0.0.13 (July 23rd 2014)
- CODECs using differential coding are now in a separate package (me.lemire.integercompression.differential)
0.0.12 (June 9th 2014)
- Better API documentation
0.0.11 (Feb. 14th 2014)
- Fix rare bug in FastPFOR (reported by Stefan Ackermann (https://github.com/Stivo))
- Improved API documentation
0.0.10 (Jan. 25th 2014)
- cleaning the code and improving the documentation
0.0.9 (Nov. 15th 2013)
- Improved BenchmarkCVS
- Improved comments slightly
- Fixed a rarely occuring bug in FastPFOR and IntegratedFastPFOR (reported by zhenjl)
0.0.8 (Nov. 12th 2013)
- variable byte schemes can now be used without an unnecessary copy, if you have a byte[] output array
0.0.7
- added two new (minor) codecs NewPFD16 and OptPFD16
0.0.6 (Sept. 4th 2013)
- Refactoring (MURAOKA Taro)
- Fixed issues with NewPFD and OptPFD when data is locally uncompressible.
0.0.5 (Sept. 3rd 2013)
- Fixed problem with FastPFOR when integers contain negatives (samuelbosch)
- Fixed problem with composition with short arrays (MURAOKA Taro)
0.0.4 (July 22nd 2013)
- moved unit testing to comply with maven standard
- codecs that have length limits no longer write out if they don't read in (Jimmy Lin)
- better documentation
0.0.3 : first public release