Commit Graph

25092 Commits (e820dfa386f4068458580ea36c9357d01262dcf2)

Author SHA1 Message Date
John Benediktsson 3bc658e8d5 hashtables.wrapped: faster >alist, keys, values. 2013-04-07 12:45:38 -07:00
John Benediktsson 17da9e0cff assocs: faster keys/values for enums. 2013-04-07 12:44:09 -07:00
John Benediktsson 2fc1ade4c9 persistent.hashtables: fix missing keys/values, not sure why these aren't assocs. 2013-04-07 09:45:10 -07:00
John Benediktsson e3ea3ac140 hashtables: cleanup duplicate code. 2013-04-06 21:36:39 -07:00
John Benediktsson a58c8ecc03 hashtables: faster keys and values on hashtables. 2013-04-06 21:20:07 -07:00
John Benediktsson 9926c205a5 assocs: making keys and values generic. 2013-04-06 21:19:56 -07:00
John Benediktsson 987ecea441 Minor fix to make sure strings are produced. 2013-04-06 18:50:26 -07:00
John Benediktsson c900590f8b use concat instead of join. 2013-04-06 17:02:22 -07:00
John Benediktsson d103b38d3f stack-checker.dependencies: use short-circuit better. 2013-04-06 16:44:50 -07:00
John Benediktsson cb622f4d85 tools.crossref: switch to using identity hash-sets. 2013-04-06 14:53:54 -07:00
John Benediktsson 3862c4f9b5 math.combinatorics: remove duplicate nths-unsafe. 2013-04-06 14:29:47 -07:00
John Benediktsson 4af98fa568 random: use nths-unsafe in sample. 2013-04-06 14:29:47 -07:00
John Benediktsson f13cbb3c4a sequences: adding nths-unsafe. 2013-04-06 14:29:47 -07:00
Doug Coleman b129623080 editors.sublime: Add support for Sublime Editor 2 for MacOSX. Need to add support for Windows. 2013-04-06 14:24:03 -07:00
John Benediktsson 0e425e70d0 hash-sets.sequences: adding sequence hashsets. 2013-04-06 14:14:01 -07:00
John Benediktsson fd879b16c7 hash-sets.identity: adding identity hashsets. 2013-04-06 14:14:00 -07:00
John Benediktsson 06754951d3 hash-sets.wrapped: support for "wrapped" hash-sets. 2013-04-06 14:14:00 -07:00
John Benediktsson cde20c935b hashtables.identity: minor cleanup. 2013-04-06 14:14:00 -07:00
John Benediktsson 80c06fecb4 hashtables.sequences: minor cleanup. 2013-04-06 14:14:00 -07:00
Doug Coleman bfe0ace611 heaps: Add >min-heap, >max-heap. 2013-04-06 13:50:16 -07:00
John Benediktsson c74939e43b help: make sure error-classes are displayed in error index. 2013-04-06 13:35:37 -07:00
John Benediktsson decd9ed1ee math.combinatorics: make permutations-quot to reduce code duplication. 2013-04-06 13:12:57 -07:00
John Benediktsson b646d1e1b8 math.combinatorics: produce type of sequence in selections. 2013-04-06 13:06:23 -07:00
John Benediktsson 85acdb2520 prettyprint: speed up unparse by not making the manifest sometimes. 2013-04-06 12:45:15 -07:00
John Benediktsson 64111e1342 math.combinatorics: use nth-unsafe more. 2013-04-06 12:43:02 -07:00
John Benediktsson d15dbaebb4 math.combinatorics: faster nCk (use integer division). 2013-04-06 11:43:20 -07:00
John Benediktsson a52ee59005 math.combinatorics: faster permutation (using slices). 2013-04-05 07:28:22 -07:00
John Benediktsson 4e2e8a21e0 bit-arrays: use integer>fixnum, cleanup resize. 2013-04-04 18:12:20 -07:00
John Benediktsson 0b60d6cc4c bloom-filters: fix docs. 2013-04-04 16:06:01 -07:00
John Benediktsson 3c4dbf6ed5 infix: removing alternate syntax due to use of multiline strings... 2013-04-04 15:17:50 -07:00
Doug Coleman 4d9adeac7e help.tutorial: Use scaffold-work in palindrome tutorial. 2013-04-04 15:06:33 -07:00
John Benediktsson 6f2f681ae8 infix: adding alternate syntax. 2013-04-04 15:05:49 -07:00
John Benediktsson 5d73e84dae infix: adding pow(). 2013-04-04 15:04:14 -07:00
John Benediktsson d544cfb956 boids: fix typo. 2013-04-04 13:33:26 -07:00
John Benediktsson 66693a786f bloom-filters: cleanup interface a little bit. 2013-04-04 13:26:24 -07:00
John Benediktsson 55e0be5c7a base85: fix handling of pad characters. 2013-04-04 11:43:17 -07:00
John Benediktsson 464292dcb7 base85: adding a base85 encoder/decoder. 2013-04-04 10:39:43 -07:00
John Benediktsson 812c3e4cdf benchmark.bloom-filters: more iterations now bloom-filters are faster. 2013-04-04 07:10:30 -07:00
John Benediktsson 1cd3be1fb2 bloom-filters: tons of speed. 2013-04-04 07:10:13 -07:00
John Benediktsson 1f45b8a4e3 bloom-filters: more speeeeeed. 2013-04-03 20:27:23 -07:00
John Benediktsson c2ab21a14d colors.mix: some descriptions. 2013-04-03 19:01:54 -07:00
John Benediktsson 0c84f62ea8 colors.hsv: fix using. 2013-04-03 18:27:01 -07:00
John Benediktsson d43b252da2 colors: move mixing words to colors.mix. 2013-04-03 16:33:33 -07:00
John Benediktsson c124725a85 colors: actually add the tests this time. 2013-04-03 16:14:30 -07:00
John Benediktsson 5426b75d99 colors: adding sample-linear-gradient and some tests. 2013-04-03 16:09:06 -07:00
John Benediktsson 482ea99628 colors.hsv: add a golden-rainbox color sequence word. 2013-04-03 16:08:52 -07:00
John Benediktsson 8c8d8d0c14 bloom-filters: minor style improvements. 2013-04-03 15:20:49 -07:00
John Benediktsson 2e40bffccf bloom-filters: performance improvements. 2013-04-03 15:11:08 -07:00
John Benediktsson d47a306557 benchmark.bloom-filters: adding a benchmark for bloom filters. 2013-04-03 15:10:52 -07:00
John Benediktsson ec74336c7b sequence.extras: adding ?trim-head and ?trim-tail. 2013-04-03 08:55:48 -07:00