D13814: Speedup sort
    Jaime Torres Amate 
    noreply at phabricator.kde.org
       
    Sun Jul  8 17:33:03 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: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180708/916ba0e4/attachment.html>
    
    
More information about the Kde-frameworks-devel
mailing list