Remix.run Logo
nrds 3 days ago

Zig is just doing vtable-based effect programming. This is the way to go for far more than async, but it also needs aggressive compiler optimization to avoid actual runtime dispatch.

charlieflowers 7 hours ago | parent [-]

Can you monomorphize the injected effect handlers using comptime, for io and allocators (and potentially more)?