Commit Graph

23864 Commits (7e6385d9e8faf4a713d741b1f6425da64f7fc7ac)

Author SHA1 Message Date
John Benediktsson c79f52af64 calendar: some minor performance improvements. 2012-07-16 16:45:59 -07:00
John Benediktsson 2cbcfddfd4 windows.time: fix using list. 2012-07-16 15:46:52 -07:00
John Benediktsson e4b4f1522a using if-zero in more places. 2012-07-16 15:45:21 -07:00
John Benediktsson 4968afba3f windows.time: faster windows-time>timestamp. 2012-07-16 15:30:58 -07:00
John Benediktsson f543f8b4a1 sequences: prepend-as should be inlined. 2012-07-16 11:54:32 -07:00
John Benediktsson d14a34c854 hints: prepend should have same hints as append. 2012-07-16 11:07:13 -07:00
John Benediktsson 3993574206 splitting.monotonic: revert to previous monotonic-split (thanks @k7f!). 2012-07-16 07:39:03 -07:00
John Benediktsson 4674c3aac9 calendar.unix: fix timeval>seconds (thanks @k7f!) 2012-07-16 07:37:02 -07:00
John Benediktsson d903a14b88 vocabs.hierarchy: ensure-valid-root only once per root. 2012-07-15 16:17:29 -07:00
John Benediktsson de5209b653 csv: don't need optional first/last. 2012-07-15 16:03:19 -07:00
John Benediktsson 06d7e7116a vocabs.hierarchy: some cleanup and minor speedups. 2012-07-15 15:48:39 -07:00
John Benediktsson f11e1cf16b calendar.unix: making time conversions a lot faster. 2012-07-15 15:16:28 -07:00
John Benediktsson b1c3ad6a72 vocabs: faster check-vocab-name. 2012-07-15 14:21:25 -07:00
John Benediktsson 83abdd5a67 unicode.data: faster string operations by using constants instead of globals. 2012-07-15 13:57:05 -07:00
John Benediktsson c3016232ec csv: faster, only use make when field contains quotes or newlines. 2012-07-15 09:50:51 -07:00
John Benediktsson bf189675ca sequences.extras: adding a trim-as word. 2012-07-15 09:47:44 -07:00
John Benediktsson 37ca8ab2a0 sequences.extras: adding a contains? (a faster sequence intersects?). 2012-07-15 09:17:31 -07:00
John Benediktsson bf1076837f csv: faster for files that do not have blanks around delimiter. 2012-07-15 09:15:55 -07:00
John Benediktsson 98a6fc9253 tools.completion: fix chars-matching word. 2012-07-14 16:14:48 -07:00
John Benediktsson 651a0fff7d csv: 20% faster. 2012-07-14 15:33:24 -07:00
John Benediktsson 0b667fabbc splitting.monotonic: cleanup, a little faster. 2012-07-14 15:22:34 -07:00
John Benediktsson e87feb1c11 sequences.extras: bounds-check in rotate! and do exchange-unsafe. 2012-07-14 15:12:18 -07:00
John Benediktsson c345c5ba48 ui.gadgets: rename max-dim and dim-sum. 2012-07-13 23:19:21 -07:00
John Benediktsson d7d4db823a benchmark.csv: adding a benchmark for csv. 2012-07-13 22:20:34 -07:00
John Benediktsson 2474424774 strings.tables: adding empty format-table test case. 2012-07-13 22:14:25 -07:00
John Benediktsson b559ff5c85 strings.tables: fixing issue slicing empty arrays. 2012-07-13 22:11:58 -07:00
John Benediktsson 672a8fba94 csv: 20% faster reading, and 50% faster writing. 2012-07-13 21:45:29 -07:00
John Benediktsson 3797975df7 splitting: slightly faster string-lines. 2012-07-13 20:26:07 -07:00
John Benediktsson 40e1c7c2d1 dlists: fix tests using list. 2012-07-13 19:10:55 -07:00
John Benediktsson d38a3fc44a "H{ } substitute" is faster than "{ } substitute". 2012-07-13 19:06:38 -07:00
John Benediktsson 59b7f2686b assocs.extras: adding (in-place) substitute!. 2012-07-13 19:00:49 -07:00
John Benediktsson 4e50bd0e96 ui.tools.listener.completion: intersects? is overkill here. 2012-07-13 18:58:05 -07:00
John Benediktsson 080e44aac6 strings.tables: faster format-table. 2012-07-13 18:42:34 -07:00
John Benediktsson c6bbeffe54 splitting: string-lines is 30-70% faster. 2012-07-13 18:24:45 -07:00
John Benediktsson ec23219689 dlists: simpler equality. 2012-07-13 17:29:20 -07:00
John Benediktsson ab106849f0 dlists: fix equality when custom dlist-link nodes are used. 2012-07-13 16:56:28 -07:00
John Benediktsson 3acff10ae5 dlists: fix stack effect names. 2012-07-13 16:21:29 -07:00
John Benediktsson 1136d64247 binary-search: check +eq+ last. 2012-07-13 16:21:18 -07:00
John Benediktsson 5568f759e6 benchmark.binary-search: remove print in favor of assert. 2012-07-13 16:11:01 -07:00
John Benediktsson 8579244d3d dlists: rename "dlist>seq" to "dlist>sequence". 2012-07-13 15:53:38 -07:00
John Benediktsson de035c064a ui.gadgets: use curry in add-gadgets. 2012-07-13 15:39:18 -07:00
John Benediktsson 1e4ff2b04c ui.text: cleanup string-width/height and make text-dim a bit faster. 2012-07-13 15:35:42 -07:00
John Benediktsson c5ce96565b core-text.fonts: making cache-font and cache-font-metrics twice as fast. 2012-07-13 15:18:35 -07:00
John Benediktsson 7525c1d99a benchmark.dlists: adding a dlist benchmark. 2012-07-13 15:15:26 -07:00
John Benediktsson 2f8cbfd236 dlists: rename "seq>dlist" to ">dlist". 2012-07-13 15:15:14 -07:00
John Benediktsson 5643ee3f29 deques: fix stack effect to have "deque" not "dlist". 2012-07-13 15:14:51 -07:00
John Benediktsson 32760a247e xml.data: some lint fixes. 2012-07-12 19:24:18 -07:00
John Benediktsson 20fdbb82b8 xml: 10-12% faster benchmark through cleanup and minor refactoring. 2012-07-12 19:06:37 -07:00
John Benediktsson 8b3f91b0a0 xml.data: eliminate unions in favor of maybe. 2012-07-12 19:00:12 -07:00
John Benediktsson 36f86673a7 xml-rpc: removing unnecessary union. 2012-07-12 18:59:17 -07:00