┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kitemset.cpp
diff options
context:
space:
mode:
authorFrank Reininghaus <[email protected]>2013-10-30 17:48:32 +0100
committerFrank Reininghaus <[email protected]>2013-10-30 17:48:42 +0100
commit903381a8982a0aefc7b1eba223f9ee38ded3f018 (patch)
tree3fb72e79f8a74b4edccba2f72f35250a5a39b098 /src/kitemviews/kitemset.cpp
parente518cea0cf91056fe7ff391b916623fb0654dff4 (diff)
Sort in items in two stages to speed up natural sorting
Sort the items in a folder first according to their name, without doing a natural/locale-aware sorting. This is very fast, but the order of the items is then already close to the final order in most cases. The number of expensive natural comparisons required to sort the items is thus greatly reduced. In my experiments with a folder with 100,000 items, the time required to sort the files was reduced by 63% with this patch. REVIEW: 113485
Diffstat (limited to 'src/kitemviews/kitemset.cpp')
0 files changed, 0 insertions, 0 deletions