-
One potential optimization is to require that memory passed to the encode and decode functions already be zeroed, which would let you save the memset call. It can be _much_ faster to call `calloc` th…
-
On my Fedora 23 (x86_64) box, I get a segfault when using the lzfse CLI to compress asyoulik.txt from the [Canterbury Corpus](http://corpus.canterbury.ac.nz/descriptions/#cantrbry). After adding Addr…
-
So far LZFSE seems to be quite nice as an alternative to zlib. But I hope that I'm not the only one having troubles using a proprietary copyrighted algorithm which might deny me to use this software p…
-
Just wanted to share the log for testfiles where **Zstd v0.6.0 -22 --ultra** outperforms **LzTurbo v1.3 39**:
```
D:\LZSSE2_vs_LzTurbo_vs_Tsubame>zstd.exe -v -b22 --ultra Book_of_US_PRESIDENTS.pdf
**…
-
When I include WebSocket.swift in a playground's sources directory, the playground fails to execute.
I'm able to work around the failure by commenting out the @_silgen_name declarations for libz meth…
-
On BE (POWER8, to be precise), lznt1, xpress, and xpress-huffman are all unable to properly decompress data which was compressed on little-endian (x86_64). All three codecs do work on BE so long as t…
-
I've long been a promonent of integrating LZMA2/LZMA into the browsers because of its incredible effectiveness for compressing binary data streams. When I saw Brotli I thought that this was likely go…