|
|
|
|
|
by leif
5728 days ago
|
|
Yeah, I didn't mean "int" to be the offensive part. Read my response. I'm not talking about performance, you shouldn't be copying around large structs or strings no matter what, I'm talking about code readability. In general, your compiler will optimize the crap out of primitive type copies (and most struct copies too, these days) anyway, so it's less of a performance argument as it used to be. |
|