Rust in Production
Zed with Conrad Irwin
Conrad Irwin
So one thing I learned, we did a rewrite of GPUI, the graphics framework, that was fairly heavy on use of generics and ended up exporting a bunch of things that were instantiated multiple times with multiple different types. And the way that Rust compiles generics is to kind of copy-paste the code each time for each type.
0
💬
0
Comments
Log in to comment.
There are no comments yet.