1,073
edits
m (Mark tasks completed) |
m (→Interpreter) |
||
Line 231: | Line 231: | ||
*Too much time is spent allocating and freeing memory. What can be done to improve performance? | *Too much time is spent allocating and freeing memory. What can be done to improve performance? | ||
Use move constructors rather than copy constructors for things like dim_vectors which are repeatedly created just to initialize Array or Matrix objects. | |||
*Error output from Fortran code is ugly. Something should be done to make it look better. | *Error output from Fortran code is ugly. Something should be done to make it look better. |
edits