Joran Dirk Greef
Joran Dirk Greef
LZ4
Would you consider adding LZ4? I haven't been able to find a working JS-only implementation that does not corrupt data.
Hey @Sobeston thanks for ziglearn! It's been a huge help learning Zig. Just an idea to add to the Async section: Normally, passing a pointer to a struct allocated on...
This may be a non-issue. I tried to install salmon to test this for myself but ran into `No module named docutils.core`. Does salmon limit the number of attachments allowed...
While working on a port of liburing to Zig, I found some rough edges with Zig's unions. I believe these are real world examples of C interop where Zig's unions...
On Linux, e.g. in `os.zig` the std lib will often interrogate `errno` and map to Zig errors, or `unreachable` if the std lib wants to assert that the std lib...