Thread
Stories related to "Building fast interpreters in Rust" across the full archive.
C\. Scott Ananian explains some fundamental and other possibly fixable reasons Rust is slow: hidden indirection, unnecessary type-system mandated copying, ownership types, and so on.