QStringTemp for KDE 3.x (CVS)

Various KDE 1.-4. Improvements

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
5.0

Available as/for:
Description:
Improve speed performance of QString
while keeping the syntax readable as is.

e.g.
QStringTemp tmp( 4096 );
QString s = tmp + a + b + c + d;

OR

uint sz = a::length() + b::length() +
c::length() + d::length();
QStringTemp tmp( sz );
QString s = tmp + a + b + c + d;

Another way is to modify the
QString:perator+
to use QStringTemp implicitely.

Performance increase from few ms to 4x faster depending on the buffer size
and the size of each string.

See test cases screenshots
for various buffer size algorithms.

The Qt version of this code may be released under the GPL/QPL, if needed.

HOW TO INSTALL:
===============

To install, use this tarball to OVERWRITE your KDE 3.x CVS
qt-copy/ directory!

For more information:
=====================
Read the ./qt-copy/QStringTemp.README file
Last changelog:

0.1: Initial version for VCL/AnsiString and VCL/WideString
0.2: Revised for MFC/CString
0.3: Revised for Qt2-Win32/QString
0.4: Revised for Qt2-Linux/QString
0.5: Added Makefile
1.0: Official release for Qt-2.2.3
1.3: Official release for KDE 3.x CVS


Ratings & Comments

4 Comments

informix

is it in de 3.4 ? or kde 3.3 on debian/sarge ?

haimeltjnfg

will this work with kde 3.2?

Superstoned

to get this into KDE/QT??? I'm sure the trolltech ppl want a performance increase...

fprog26
Pling
0 Affiliates
Details
license
version
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

More Various KDE 1.-4. Improvements from fprog26:

POLARIS: Security enhancement for KDE
fprog26
last update date: 20 years ago

Score 5.0

QtFprot interface/usability improvement
fprog26
last update date: 20 years ago

Score 5.0

QStringTemp for Qt 2.2.3
fprog26
last update date: 21 years ago

Score 5.0

Other Various KDE 1.-4. Improvements:

Slicker Debian Package for Woody
cirrusgr
last update date: 22 years ago

Score 5.0

Konqueror/kdesktop suggestion
PovMan
last update date: 22 years ago

Score 5.0

Biiig buttons
dbojan
last update date: 20 years ago

Score 5.0

Yet Another KControl
Frans
last update date: 21 years ago

Score 5.0

Next window and next/previos window
dbojan
last update date: 20 years ago

Score 5.0

Fantasie Toolbar
katoe
last update date: 19 years ago

Score 5.0