gPH45·9 лет назад·discussInteresting micro-optimizations... For example the use of lookup tables and nested switches in uri.rs and method.rs.Is this common practice in Rust? Shouldn't the compiler be smart enough to do that for you? Such code seems quite sensitive to typos.
Is this common practice in Rust? Shouldn't the compiler be smart enough to do that for you? Such code seems quite sensitive to typos.