D10414: Add move semantics support to KIO::UDSEntry.

Mark Gaiser noreply at phabricator.kde.org
Mon Feb 12 22:45:57 UTC 2018


markg marked 2 inline comments as done.
markg added a comment.


  I'm not afraid of the compiler generating wrong code. That is the least of my worries :)
  What i am afraid of (which is why i suggested the copy test) is a wrong optimization at some point (like adding a pointer member but forgetting to properly copy it) which would break the UDSEntry.
  But a test for that would probably deserves its own review independent of this.
  
  Forget it, i have no plans to change the internal data structure of UDSEntry. I might play with a HAT-trie <https://github.com/Tessil/hat-trie> at some point but that is unlikely to be on the UDSEntry level. It would be much more suitable on the KCoreDirLister level.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D10414

To: markg, dfaure
Cc: apol, #frameworks, michaelh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180212/182009ca/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list