On 5/23/2016 9:00 AM, Stefan Koch wrote:
On Monday, 23 May 2016 at 15:33:45 UTC, Walter Bright wrote:

Also, the LZ4 compressor posted here has a 64K string limit, which won't work
for D because there are reported 8Mb identifier strings.

This is only partially true.
The 64k limit does not apply to the input string.

The starting line of the compression function posted here tests for it and aborts if larger.

Reply via email to