Zig 0.13.0 Release Notes
ziglang.org
Zig 0.13.0 Release Notes
1–10 of 25 posts
Re: Zig 0.13.0 Release Notes
#2Re: Zig 0.13.0 Release Notes
#3As usual the HTTP client example is broken again: https://github.com/fwsGonzo/libriscv/blob/master/binaries/zi...
Re: Zig 0.13.0 Release Notes
#4As usual the HTTP client example is broken again: https://github.com/fwsGonzo/libriscv/blob/master/binaries/zi...
Many examples out there are broken. As a sidenote, I've been benchmarking Zig, Rust and C++ with a fibonacci benchmark and the results basically show that C++ is the fastest, but within a 3% margin of error against Rust and Zig, which are mostly similar (Rust so ever slightly faster).
Re: Zig 0.13.0 Release Notes
#5As usual the HTTP client example is broken again: https://github.com/fwsGonzo/libriscv/blob/master/binaries/zi...
Re: Zig 0.13.0 Release Notes
#6As usual the HTTP client example is broken again: https://github.com/fwsGonzo/libriscv/blob/master/binaries/zi...
Many examples out there are broken. As a sidenote, I've been benchmarking Zig, Rust and C++ with a fibonacci benchmark and the results basically show that C++ is the fastest, but within a 3% margin of error against Rust and Zig, which are mostly similar (Rust so ever slightly faster).
Sorry I don’t have the code anymore.
Re: Zig 0.13.0 Release Notes
#7Re: Zig 0.13.0 Release Notes
#8As usual the HTTP client example is broken again: https://github.com/fwsGonzo/libriscv/blob/master/binaries/zi...
I mean it’s a random repo, what do you expect from the Zig authors?
Re: Zig 0.13.0 Release Notes
#9As usual the HTTP client example is broken again: https://github.com/fwsGonzo/libriscv/blob/master/binaries/zi...
Many examples out there are broken. As a sidenote, I've been benchmarking Zig, Rust and C++ with a fibonacci benchmark and the results basically show that C++ is the fastest, but within a 3% margin of error against Rust and Zig, which are mostly similar (Rust so ever slightly faster).
Re: Zig 0.13.0 Release Notes
#10Earlier quoted context omitted.
I mean it’s a random repo, what do you expect from the Zig authors?
I used the "official" example. It's OK that things break - just that I can't figure out how to update my previously working code. So, I'm wondering - where is the updated official example of using the HTTP client?
Upgrade guide is in the 0.12.0 release notes: https://ziglang.org/download/0.12.0/release-notes.html#Rewor...