Interesting 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…
Interesting 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…