
The Rust + Elm Stack
Software Unscripted
00:00
Is It Better to Use Dynamic Dispatchers Instead of Generics?
Rust has a large code base that heavily uses generics and, you know, in different places as an abstraction. I'm curious what the impact on the compile times would be if we just box more because the format is not as critical for us. The first thing came to mind is instead of using generics, I would box more like use dynamic dispatch.
Transcript
Play full episode