Skip to content

Commit

Permalink
CellML Text view: improved our lexer by not keeping track of both a Q…
Browse files Browse the repository at this point in the history
…String and a QByteArray version of our full text (#2284).

We are only dealing with the QByteArray version, which means that we don't have to convert QByteArrays to QStrings anymore (in fullTextPosition()), something that was very time consuming.

This also resulted in a lot of cleaning up and of minor speedups here and there.
  • Loading branch information
agarny committed Feb 3, 2020
1 parent 2123958 commit f4330e9
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 221 deletions.

0 comments on commit f4330e9

Please sign in to comment.