ms-compress icon indicating copy to clipboard operation
ms-compress copied to clipboard

Open source implementations of Microsoft compression algorithms

Results 8 ms-compress issues
Sort by recently updated
recently updated
newest added

* Fixed a return value problem. * Fix a potential null pointer access. mingkuang : )

NTFS now supports a few additional compression algorithms in Windows 10 specifically for EXE files (the compact.exe program will only apply them to EXEs at least at they are not...

I'm running Squash through [Coverity Scan](https://scan.coverity.com/), and it identifies several potential issues in ms-compress (at least some of which seem legitimate). The results aren't public, and it's kind of difficult...

These are currently about one-quarter the speed of the Rtl versions. They use the same dictionary which is the bottleneck. Additionally, decompression code could be improved slightly (currently just slightly...

bug
enhancement
xpress
xpress-huffman

Add support for stream-compression and stream-decompression. This would allow one to use the functions for larger files. Recommended to follow the zlib API.

enhancement

LZX doesn't work in numerous cases, including decompressing data larger than 32kb, possibly when compressing when the window size is not 32kb, memory issues, length-offset pairs are not created.

bug
lzx

This can possibly create better compression ratios, however it may be time-inefficient to look for them so not worth it.

enhancement
xpress-huffman

PowerBI uses XPress9 to compress the DataModel, is this supported by the current XPress implementations here?