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

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.

It's in the docs but apparently doesn't work/isn't there any more. https://ziggit.dev/t/my-thoughts-about-async/4515
zig worked for https://ghostty.org/
I'm happy for them :)