Skip to content
  • Robert Knight's avatar
    Use a shared buffer between all filters in a chain. Should improve efficiency... · a0eceb5e
    Robert Knight authored
    Use a shared buffer between all filters in a chain.  Should improve efficiency by reducing memory allocations.  More to the point it prevents accidental deep copying of strings which can happen if not careful with QStrings.  Most of the processing time is taken up by the regular expression parsing itself.
    
    svn path=/branches/work/konsole-split-view/; revision=658652
    a0eceb5e