about summary refs log tree commit diff stats
path: root/widgets
diff options
context:
space:
mode:
authorJeffas <dev@jeffas.io>2020-02-29 01:27:31 +0000
committerDrew DeVault <sir@cmpwn.com>2020-02-28 20:54:14 -0500
commite8b7b3bcc16329ab9fe402d6629db775f197b73b (patch)
tree79905088ef2c0e50d75536412a8e8fda30f1cf45 /widgets
parent583b129c9470a060d17c952b46dbe1bffc4c0c49 (diff)
downloadaerc-e8b7b3bcc16329ab9fe402d6629db775f197b73b.tar.gz
Cleanup sorting logic
There was an unused error value as well as unnecessary usage of the sort
interface. There should now be less copying so a bit better performance
in some cases.
Diffstat (limited to 'widgets')
0 files changed, 0 insertions, 0 deletions
K. Agaram <vc@akkartik.com> 2015-03-30 21:31:58 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-03-30 21:31:58 -0700 997' href='/akkartik/mu/commit/cpp/029string?h=main&id=088665eff883b5bc28022800aed27f6af468a4ba'>088665ef ^
66b97b4d ^
7a9b05fa ^





66b97b4d ^








7a9b05fa ^
66b97b4d ^
7a9b05fa ^
66b97b4d ^

66b97b4d ^


7a9b05fa ^


66b97b4d ^


5e21a9f6 ^
7a9b05fa ^













3d6c13dc ^





5e21a9f6 ^















0edf822f ^
5e21a9f6 ^

c17d5591 ^
0edf822f ^
5e21a9f6 ^
0edf822f ^
5e21a9f6 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91