Skip to content
  • David Saxton's avatar
    Speed up differential equation calculating by several hundred percent. The... · b78fc0b5
    David Saxton authored
    Speed up differential equation calculating by several hundred percent. The main lesson learnt today is to be wary of Qt's implicit sharing: Although it speeds up some usages, repeatedly freeing memory (on operator=) and then allocating memory (on detach()) can be overall a lot slower.
    
    svn path=/trunk/KDE/kdeedu/kmplot/; revision=653656
    b78fc0b5