Releases: g1mv/density
Releases · g1mv/density
v0.16.5
v0.16.4
v0.16.3
v0.16.2
v0.16.1
v0.16.0
DENSITY 0.14.2
0.14.2
February 12, 2018
- Improved chameleon decode speed
- Added data hash checks and display option in benchmark
- Now using makefiles as build system
- Big endian support correctly implemented and tested
- Improved continuous integration tests
DENSITY 0.14.1
0.14.1
January 20, 2018
- Added MSVC support
- Added continuous integration on travis and appveyor
- Premake script improvement
- Various codebase improvements
DENSITY 0.14.0
0.14.0
January 16, 2018
- First stable version of DENSITY
- Complete project reorganization and API rewrite
- Many stability fixes and improvements
- Fast revert to conditional copy for incompressible input
- Custom dictionaries in API
- Improvements in compression ratio and speed
DENSITY 0.12.5 beta
0.12.5 beta
June 20, 2015
- Added conditional main footer read/write
- Improved teleport staging buffer management
- Regression - a minimum buffer output size has to be ensured to avoid signature loss
- Modified the minimum lookahead and the resulting minimum buffer size in the API
- Lion : corrected a signature interception problem due to an increase in process unit size
- Lion : corrected chunk count conditions for new block / mode marker detection
- Lion : modified end of stream marker conditions
- Stability fixes and improvements