Skip to content

Commit

Permalink
Introduce new optimized string implementation (attempt 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Oct 23, 2014
1 parent 151876a commit 43edc14
Show file tree
Hide file tree
Showing 17 changed files with 861 additions and 1,640 deletions.
618 changes: 237 additions & 381 deletions qtools/qcstring.cpp

Large diffs are not rendered by default.

802 changes: 555 additions & 247 deletions qtools/qcstring.h

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions qtools/qtools.pro.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ HEADERS = qarray.h \
qcollection.h \
qconfig.h \
qcstring.h \
scstring.h \
qdatastream.h \
qdatetime.h \
qdict.h \
Expand Down Expand Up @@ -54,7 +53,7 @@ HEADERS = qarray.h \

SOURCES = qbuffer.cpp \
qcollection.cpp \
scstring.cpp \
qcstring.cpp \
qdatastream.cpp \
qdatetime.cpp \
qdir.cpp \
Expand Down
Loading

0 comments on commit 43edc14

Please sign in to comment.