Nathan Moinvaziri

Results 433 comments of Nathan Moinvaziri

@Dead2 I think this issue can be closed now.

Trailing whitespace detection is now added to the CI.

@Dead2 since we now use `memcpy` everywhere even for `memcmp`, I think this PR is no longer needed..

I think `UNALIGNED_OK` should probably stay to turn disable the unaligned code for when we know that the `memcpy` calls will not convert to unaligned reads/writes. Like perhaps on big...

I don't see the problem. I am also not developing the old branch any longer. I will accept pull requests on it though.

The length parameter or buffer size is too long. It should not exceed 65535.

Because zlib's z_stream_s uses an uInt for avail_in and avail_out which they define as a minimum of 16 bits.

You might want to give interested parties Triage access to the repository to help manage all the GitHub issues. You could decide to merge in PRs based on the number...

Can't you just use his zran with zlib-ng?

You may consider compiling with `-D WITH_NEW_STRATEGIES=OFF`, since `deflate_quick` will be a departure from what standard zlib users are expecting as far as compression ratio goes at level 1, even...