Y
Hacker News
new
|
ask
|
show
|
jobs
by
tauraamui
452 days ago
Haven't heard of this, thanks! I'll definitely be taking a peak at their buffer implementation. Zig was a no go for this project for me due to the lack of concurrency.
2 comments
attentive
452 days ago
I'm not familiar with zig but was surprised by the claim that it lacks concurrency.
Looking into it, it seems to have Async/Await, std.threads and channels.
link
tauraamui
452 days ago
It's in the docs but apparently doesn't work/isn't there any more.
https://ziggit.dev/t/my-thoughts-about-async/4515
link
attentive
452 days ago
zig worked for
https://ghostty.org/
link
tauraamui
452 days ago
I'm happy for them :)
link
Looking into it, it seems to have Async/Await, std.threads and channels.