|
|
|
|
|
by xiphias2
1206 days ago
|
|
With webservers we already saw that the way to make new things fast in Rust is to use lots of unsafe Rust when needed, optimize the code, and after that think about the right abstractions that minimize the unsafe code surface. |
|