|
|
|
|
|
by doboyy
2356 days ago
|
|
I really don't like the monomorphization approach to generics (I think that's the concept?), where the function/struct essentially gets duplicated for each type. It seems to mess with linkage, increase binary sizes, and increase compile times. Other than that, Rust does seem to be an improvement and less... stressful to program in. |
|