D13814: Speedup sort

Jaime Torres Amate noreply at phabricator.kde.org
Sun Jul 8 17:33:02 BST 2018


jtamate added a comment.


  Reading the source of QCollator*, I guess the hack works because I get a collator where d->dirty is true,
  and in compare there is this code
  
    if (d->dirty)
      d->init();
  
  Once initialized, I don't see any other modification of QCollator members.
  Probably because I have a strange LANGUAGE=es:en_US
  LANG=es_ES.UTF-8

REPOSITORY
  R318 Dolphin

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

To: jtamate, #dolphin, #frameworks, markg, elvisangelaccio
Cc: elvisangelaccio, apol, bruns, markg, kfm-devel, spoorun, navarromorales, firef, andrebarros, emmanuelp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20180708/73bc2c6a/attachment.htm>


More information about the kfm-devel mailing list