John Benediktsson
|
4eeafea8be
|
some cleanup.
|
2012-07-17 08:53:40 -07:00 |
John Benediktsson
|
2f7e8c0352
|
io.directories: fix mistaken refactor.
|
2012-07-17 08:39:31 -07:00 |
John Benediktsson
|
c507293d41
|
io.directories.hierarchy: faster directory-tree-files.
|
2012-07-17 08:25:53 -07:00 |
John Benediktsson
|
b519b52fa3
|
io.directories: cleanup and some performance improvements with move/copy.
|
2012-07-16 22:03:49 -07:00 |
John Benediktsson
|
2f325e4fee
|
using if-zero in even more places.
|
2012-07-16 19:38:49 -07:00 |
John Benediktsson
|
b9900248b7
|
io: simplify stream-exemplar.
|
2012-07-16 19:30:10 -07:00 |
John Benediktsson
|
cf0a912156
|
calendar: durations don't need to clone instants.
|
2012-07-16 17:37:32 -07:00 |
John Benediktsson
|
3b774c395e
|
calendar: speed up >gmt.
|
2012-07-16 17:28:49 -07:00 |
John Benediktsson
|
eb87558b6a
|
calendar: some minor performance improvements.
|
2012-07-16 16:45:59 -07:00 |
John Benediktsson
|
4043244ce5
|
windows.time: fix using list.
|
2012-07-16 15:46:52 -07:00 |
John Benediktsson
|
5cc30f46f5
|
using if-zero in more places.
|
2012-07-16 15:45:21 -07:00 |
John Benediktsson
|
80a7329de8
|
windows.time: faster windows-time>timestamp.
|
2012-07-16 15:30:58 -07:00 |
John Benediktsson
|
936bcc48e4
|
sequences: prepend-as should be inlined.
|
2012-07-16 11:54:32 -07:00 |
John Benediktsson
|
626050611c
|
hints: prepend should have same hints as append.
|
2012-07-16 11:07:13 -07:00 |
John Benediktsson
|
e6f30668e1
|
splitting.monotonic: revert to previous monotonic-split (thanks @k7f!).
|
2012-07-16 07:39:03 -07:00 |
John Benediktsson
|
6955bf1428
|
calendar.unix: fix timeval>seconds (thanks @k7f!)
|
2012-07-16 07:37:02 -07:00 |
John Benediktsson
|
bf3f466688
|
vocabs.hierarchy: ensure-valid-root only once per root.
|
2012-07-15 16:17:29 -07:00 |
John Benediktsson
|
d539aa9311
|
csv: don't need optional first/last.
|
2012-07-15 16:03:19 -07:00 |
John Benediktsson
|
260b75f4bf
|
vocabs.hierarchy: some cleanup and minor speedups.
|
2012-07-15 15:48:39 -07:00 |
John Benediktsson
|
3da5efa25b
|
calendar.unix: making time conversions a lot faster.
|
2012-07-15 15:16:28 -07:00 |
John Benediktsson
|
28377f49e7
|
vocabs: faster check-vocab-name.
|
2012-07-15 14:21:25 -07:00 |
John Benediktsson
|
2900fb9361
|
unicode.data: faster string operations by using constants instead of globals.
|
2012-07-15 13:57:05 -07:00 |
John Benediktsson
|
e607cfb6ce
|
csv: faster, only use make when field contains quotes or newlines.
|
2012-07-15 09:50:51 -07:00 |
John Benediktsson
|
3bd6610a9d
|
sequences.extras: adding a trim-as word.
|
2012-07-15 09:47:44 -07:00 |
John Benediktsson
|
aa2a166a53
|
sequences.extras: adding a contains? (a faster sequence intersects?).
|
2012-07-15 09:17:31 -07:00 |
John Benediktsson
|
d31ece5dd0
|
csv: faster for files that do not have blanks around delimiter.
|
2012-07-15 09:15:55 -07:00 |
John Benediktsson
|
8d2a271aa2
|
tools.completion: fix chars-matching word.
|
2012-07-14 16:14:48 -07:00 |
John Benediktsson
|
49c2ec6180
|
csv: 20% faster.
|
2012-07-14 15:33:24 -07:00 |
John Benediktsson
|
1ea580d911
|
splitting.monotonic: cleanup, a little faster.
|
2012-07-14 15:22:34 -07:00 |
John Benediktsson
|
6dc49d6014
|
sequences.extras: bounds-check in rotate! and do exchange-unsafe.
|
2012-07-14 15:12:18 -07:00 |
John Benediktsson
|
bfb6bdd891
|
ui.gadgets: rename max-dim and dim-sum.
|
2012-07-13 23:19:21 -07:00 |
John Benediktsson
|
af4d839a23
|
benchmark.csv: adding a benchmark for csv.
|
2012-07-13 22:20:34 -07:00 |
John Benediktsson
|
2902cb111b
|
strings.tables: adding empty format-table test case.
|
2012-07-13 22:14:25 -07:00 |
John Benediktsson
|
e23883d07e
|
strings.tables: fixing issue slicing empty arrays.
|
2012-07-13 22:11:58 -07:00 |
John Benediktsson
|
01dddd5381
|
csv: 20% faster reading, and 50% faster writing.
|
2012-07-13 21:45:29 -07:00 |
John Benediktsson
|
da692ff7ec
|
splitting: slightly faster string-lines.
|
2012-07-13 20:26:07 -07:00 |
John Benediktsson
|
5f77fe82f0
|
dlists: fix tests using list.
|
2012-07-13 19:10:55 -07:00 |
John Benediktsson
|
4f260ab9bd
|
"H{ } substitute" is faster than "{ } substitute".
|
2012-07-13 19:06:38 -07:00 |
John Benediktsson
|
d5ef0e046a
|
assocs.extras: adding (in-place) substitute!.
|
2012-07-13 19:00:49 -07:00 |
John Benediktsson
|
57b681dd71
|
ui.tools.listener.completion: intersects? is overkill here.
|
2012-07-13 18:58:05 -07:00 |
John Benediktsson
|
bdefd57819
|
strings.tables: faster format-table.
|
2012-07-13 18:42:34 -07:00 |
John Benediktsson
|
646e9db251
|
splitting: string-lines is 30-70% faster.
|
2012-07-13 18:24:45 -07:00 |
John Benediktsson
|
6f20c2fa61
|
dlists: simpler equality.
|
2012-07-13 17:29:20 -07:00 |
John Benediktsson
|
fd61f71956
|
dlists: fix equality when custom dlist-link nodes are used.
|
2012-07-13 16:56:28 -07:00 |
John Benediktsson
|
20046a08a7
|
dlists: fix stack effect names.
|
2012-07-13 16:21:29 -07:00 |
John Benediktsson
|
d51a0e1647
|
binary-search: check +eq+ last.
|
2012-07-13 16:21:18 -07:00 |
John Benediktsson
|
e8024370f7
|
benchmark.binary-search: remove print in favor of assert.
|
2012-07-13 16:11:01 -07:00 |
John Benediktsson
|
40db157be2
|
dlists: rename "dlist>seq" to "dlist>sequence".
|
2012-07-13 15:53:38 -07:00 |
John Benediktsson
|
27cfc7748e
|
ui.gadgets: use curry in add-gadgets.
|
2012-07-13 15:39:18 -07:00 |
John Benediktsson
|
c1e9f4c362
|
ui.text: cleanup string-width/height and make text-dim a bit faster.
|
2012-07-13 15:35:42 -07:00 |