<table><tr><td style="">kossebau created this revision.<br />kossebau added reviewers: Frameworks, dfaure, apol.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />kossebau requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D28528">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>For entries with fixed set of fields having an initializer list option comes<br />
as nice syntactix sugar and spares the need of the explicit reserve() call,<br />
and making sure to use the right size value there.</p>

<p>Due to fields having either a numeric value or a string one, this needs some<br />
bit of C++ vodoo to avoid extra costs of having both a QString & a longlong<br />
field per every entry, which would also mean a QString constructor &<br />
destructor call also for each numeric field of the init list.<br />
The UDSEntryBenchmark showed that those constructors & destructors add<br />
notable cossts over explicit code to reserve & fill a UDSEntry, while using<br />
a union with a QString mapped onto a char array gets numbers close.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>New & old unit tests work, KIO usage e.g. in Dolphin with local filesystem<br />
or FTP server works as before.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R241 KIO</div></div></div><br /><div><strong>BRANCH</strong><div><div>udsentryinitlistconstructor</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D28528">https://phabricator.kde.org/D28528</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/udsentrytest.cpp<br />
autotests/udsentrytest.h<br />
src/core/slavebase.cpp<br />
src/core/udsentry.cpp<br />
src/core/udsentry.h<br />
src/ioslaves/ftp/ftp.cpp<br />
src/ioslaves/http/http.cpp<br />
src/widgets/renamedialog.cpp<br />
tests/udsentrybenchmark.cpp</div></div></div><br /><div><strong>To: </strong>kossebau, Frameworks, dfaure, apol<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns<br /></div>