Jørgen Ibsen
Jørgen Ibsen
One possible idea would be it (C# runtime or the OS) is buffering the input and not forwarding it until it has 4k. You could try flushing the input stream...
Hi there! Firstly, thank you for the PR. I believe GitHub changed the default so first time contributors need approval to run the CI for security reasons. I am slightly...
Firstly, thank you for taking the time to raise this issue. I think "better" is perhaps a bit subjective, but acknowledge there appears to be some concerns about parts of...
I welcome the discussion! I wasn't aware of the 0BSD and MIT-0 licenses, and have been reading up on what has been happening with public domain equivalent licensing (including a...
So, there are a lot of interesting aspects in this. With the disclaimer that I am not a lawyer, and most of this is based on "reading stuff on the...
I've decided to go with the MIT No Attribution license ([MIT-0](https://opensource.org/license/mit-0/)). Thanks again for raising this issue!
If you mean limiting the block size, there is the [`BLOCK_SIZE`](https://github.com/jibsen/blz4/blob/d0e68453338740bc3c71f7ee80d4f214248995b9/blz4.c#L55) define.
Ah, I see -- glad you found it!
This was under Windows 10, and I haven't tried the non-mono version.
Thanks, merged into staging at 61fb3b8 along with the same fix for the CMake and MSVC builds.