|
|
|
|
|
by eru
3973 days ago
|
|
And there would always be the optional mutability. Your complex data structures are seldom the ones driving performance. Ie often you have to get the complex data structures right (lots of logic, not much computation) to set up your computations on the simple ones (eg lots of number crunching on your arrays). |
|