Performance of WebAssembly (WASM) runtimes in 2023
00f.net/2023/01/04/webassembly-benchmark-2023Comparison between different runtimes and with native code.
The Generic Dilemma
research.swtch.com/genericThe generic dilemma is this: do you want slow programmers, slow compilers and bloated binaries, or slow execution times?
No generics / monomorphization / dynamic dispatch
mfio: Completion I/O for Everyone
blaz.is/blog/post/mfio-releaseAnother take on io_uring in Rust. Doesn’t bring its own runtime, instead choosing to integrate with tokio.