Revision 0ea6e96...
Go back to digest for 12th August 2012Optimization in Educational
Alexander Rieder committed changes in [cantor/rewrite_maxima] src/backends/maxima/maximaexpression.cpp:
optimize memory usage during parsing
previously the code consisted of lots of str+=char like constructs,
causing a lot of memory allocation. Replace constructs like the above
with doing calculations with indexes and using QStringRef for temporary
objects.
File Changes
Modified 1 files
- src/backends/maxima/maximaexpression.cpp
1 files changed in total