|
|
|
|
|
by coldtea
2857 days ago
|
|
>It's pretty difficult for generics not to adversely affect compile times. Compared to what? Non having type-specific code? Because if you manually write (or use code generation madness as some propose) that type specific code you need yourself, then the compiler will take the same time to compile it as if generics were a language feature. |
|