Commit Graph

10097 Commits (2c67a5cd78e5dcffd7146e6fd0eb95f810a497e1)

Author SHA1 Message Date
John Benediktsson 2c67a5cd78 math.factorials: style. 2013-04-09 13:57:53 -07:00
John Benediktsson e5370db359 math.factorials: cleanup orial-primes. 2013-04-09 12:22:41 -07:00
John Benediktsson 87be2b4bcc math.factorials: more factorial words. 2013-04-09 12:07:49 -07:00
John Benediktsson cc1518305a math.factorials: more factorial words. 2013-04-09 11:04:38 -07:00
John Benediktsson 34fd3decba sets.extras: adding symmetric-diff and proper-subset?. 2013-04-09 10:37:50 -07:00
John Benediktsson 4dbbe8a21e math.factorials: more factorial words. 2013-04-09 10:37:20 -07:00
John Benediktsson 3b07de409f math.factorials: making double-factorial work for negative numbers. 2013-04-08 21:44:35 -07:00
John Benediktsson 6a2b05b7f6 math.factorials: adding double-factorial. 2013-04-08 21:13:46 -07:00
John Benediktsson 16031eb9e0 math.factorials: cleanup using. 2013-04-08 15:23:39 -07:00
John Benediktsson e909f05924 math.factorials: include 1. 2013-04-08 15:15:49 -07:00
John Benediktsson e19c98da91 math.factorials: handle more inputs in factorial/. 2013-04-08 15:08:53 -07:00
John Benediktsson c7c980ca25 math.factorials: various factorial words. 2013-04-08 15:03:15 -07:00
John Benediktsson 8e394361b6 benchmark.sum-file: simpler, more idiomatic, faster. 2013-04-08 07:17:37 -07:00
John Benediktsson d41013ee4a benchmark.pidigits: simplify handling of arrays. 2013-04-07 15:33:54 -07:00
John Benediktsson 664eaaa13c benchmark.reverse-complement: more idiomatic, faster. 2013-04-07 15:19:58 -07:00
John Benediktsson 9bdde31783 use concat instead of join. 2013-04-06 17:02:22 -07:00
John Benediktsson c4b5026a64 bloom-filters: fix docs. 2013-04-04 16:06:01 -07:00
John Benediktsson 9512b2e303 infix: removing alternate syntax due to use of multiline strings... 2013-04-04 15:17:50 -07:00
John Benediktsson 8c2419d115 infix: adding alternate syntax. 2013-04-04 15:05:49 -07:00
John Benediktsson abc68117af infix: adding pow(). 2013-04-04 15:04:14 -07:00
John Benediktsson 672dd0e2a7 boids: fix typo. 2013-04-04 13:33:26 -07:00
John Benediktsson 0e1e56417d bloom-filters: cleanup interface a little bit. 2013-04-04 13:26:24 -07:00
John Benediktsson af4dd22fe9 base85: fix handling of pad characters. 2013-04-04 11:43:17 -07:00
John Benediktsson 6e37886e19 base85: adding a base85 encoder/decoder. 2013-04-04 10:39:43 -07:00
John Benediktsson e642b4203f benchmark.bloom-filters: more iterations now bloom-filters are faster. 2013-04-04 07:10:30 -07:00
John Benediktsson 1900e480fe bloom-filters: tons of speed. 2013-04-04 07:10:13 -07:00
John Benediktsson dec6a89240 bloom-filters: more speeeeeed. 2013-04-03 20:27:23 -07:00
John Benediktsson f5472be109 bloom-filters: minor style improvements. 2013-04-03 15:20:49 -07:00
John Benediktsson 709be4102c bloom-filters: performance improvements. 2013-04-03 15:11:08 -07:00
John Benediktsson a8071b0cbf benchmark.bloom-filters: adding a benchmark for bloom filters. 2013-04-03 15:10:52 -07:00
John Benediktsson 43c3e82381 sequence.extras: adding ?trim-head and ?trim-tail. 2013-04-03 08:55:48 -07:00
John Benediktsson c9fad35f09 sorting.extras: better tests and fix zip order. 2013-04-01 20:31:34 -07:00
John Benediktsson 0cbc743e43 sorting.extras: adding map-sort for efficiently decorating, sorting, and undecorating a sequence. 2013-04-01 18:35:05 -07:00
John Benediktsson b6be2c874f math.extras: adding round-to-step. 2013-04-01 17:04:07 -07:00
John Benediktsson 59e408ed3b math.extras: adding round-to-decimal. 2013-04-01 17:03:18 -07:00
John Benediktsson 48283a2745 benchmark.splitting: stop using split* and use slices only. 2013-04-01 10:26:43 -07:00
John Benediktsson 40eb77bacf splitting.extras: adding split* and split-find. 2013-04-01 09:14:27 -07:00
Doug Coleman 696aa8cabe gdbm: Change the gdbm test file to have a different name on 32/64 bit. Fixes #673 and the race condition when running two mason instances on 32/64 bit. 2013-03-29 14:17:13 -07:00
Doug Coleman c1134cff3e cpu.8080: Throw an error not a string. 2013-03-29 09:51:26 -07:00
Doug Coleman 75c244531e asn1: Throw an error not a string. 2013-03-29 09:51:26 -07:00
John Benediktsson ea959ae570 sequences.extras: faster even-indices and odd-indices. 2013-03-29 07:10:27 -07:00
John Benediktsson 1e90a49d6d benchmark.parse-ratio: adding a ratio parse benchmark. 2013-03-28 14:31:45 -07:00
John Benediktsson f0fef1820b benchmark.parse-float: add a float parse benchmark. 2013-03-28 11:41:57 -07:00
John Benediktsson 059553b193 math.statistics: adding demean and demedian, cleanup a bit. 2013-03-28 11:40:46 -07:00
John Benediktsson 5608e005a0 benchmark.parse-bignum: adding a bignum parse benchmark. 2013-03-28 06:24:25 -07:00
John Benediktsson 4b64f4c209 benchmark.parse-fixnum: adding a fixnum parse benchmark. 2013-03-28 06:24:15 -07:00
John Benediktsson c8ce3b5332 pdf.wrap: adding some tests. 2013-03-27 19:05:20 -07:00
John Benediktsson e15a2ab670 benchmark.splitting: adding a splitting benchmark. 2013-03-27 16:12:08 -07:00
John Benediktsson 6bff1d0dcc benchmark.hash-sets: do more benching (create sets in a literal).
Don't run the "intersects?" test on old hash-sets, they are sloooooow.
2013-03-26 17:42:41 -07:00
John Benediktsson ac25aca2ab math.extras: adding round-to-even. 2013-03-26 14:36:05 -07:00