Commit Graph

10507 Commits (a4e98529fa0fc49c0cff9f1a7fd0798528c1bda2)

Author SHA1 Message Date
John Benediktsson b40f2ff544 sorting.quick: faster by using stack variables not mutable locals. 2014-06-09 17:53:16 -07:00
John Benediktsson 00fb0b052f sorting.quick: adding tags.txt. 2014-06-09 11:34:16 -07:00
John Benediktsson b204c8230f sorting.quick: adding a Quicksort implementation. 2014-06-09 11:17:07 -07:00
John Benediktsson d901af14c0 extra: use ?download-to in a few more places. 2014-06-09 09:18:58 -07:00
John Benediktsson 9ef4a4aab3 spelling: use ?download-to. 2014-06-09 08:58:05 -07:00
John Benediktsson d28f7b4242 llvm.engine: fix using. 2014-06-08 18:02:04 -07:00
John Benediktsson 849d8325ea llvm.engine: use find-library, although I think looking for "LLVM-3" might be better. 2014-06-08 13:43:49 -07:00
John Benediktsson a88310438e llvm.core: use find-library. 2014-06-07 15:39:06 -07:00
Björn Lindqvist a6b3f50e2c alien.libraries.finder: using find-library for some often missing libs 2014-06-07 11:48:05 -07:00
John Benediktsson 327790391d io.streams.ansi: adding ANSI color streams. 2014-06-06 17:10:44 -07:00
John Benediktsson 8980f9d6f0 mason: change stack effect of mason. 2014-06-06 13:57:39 -07:00
John Benediktsson 742ed3bc21 extra: use map-sum in a few places. 2014-06-06 10:14:11 -07:00
John Benediktsson 41fe0673c7 contributors: simplify using histogram. 2014-06-05 21:01:57 -07:00
John Benediktsson 05c35ebda3 kernel: change errors to be in kernel.private. 2014-06-04 14:33:02 -07:00
Björn Lindqvist 6627a3327b kernel: symbolic constants for the various kernel errors 2014-06-04 23:16:40 +02:00
John Benediktsson 7bde6a53da math.transforms.fft: hah, once-power-of-2, always-power-of-2. 2014-06-04 12:28:59 -07:00
John Benediktsson d2c6bc41ce fftw: fix for ifft1d. 2014-06-04 12:16:11 -07:00
John Benediktsson a735761574 fftw: adding some bindings to fftw3. 2014-06-04 12:10:18 -07:00
John Benediktsson e260edc32b math.transforms.fft: fix Cooley-Tukey only works for powers of two. 2014-06-04 12:06:45 -07:00
John Benediktsson 5f1c6151dc extra: use bl when possible instead of ``" " write``. 2014-06-04 09:10:36 -07:00
John Benediktsson 27d929b8e5 lint: some more trivial-defs. 2014-06-04 09:10:23 -07:00
John Benediktsson ac6aa3221b ini-file: use new escape codes. 2014-06-03 18:15:47 -07:00
John Benediktsson 2b4844e753 sets.extras: adding mapped-set. 2014-06-03 10:13:51 -07:00
John Benediktsson 980fba617d io.binary.fast: remove duplication. 2014-06-02 17:18:20 -07:00
John Benediktsson d7775b150e io.binary.fast: use alien technique for faster le> and be>. 2014-06-02 17:13:52 -07:00
John Benediktsson 48c6bba132 io.binary.fast: adding fast alien version of >le and >be. 2014-06-02 16:30:12 -07:00
John Benediktsson 763110ebb2 sorting.extras: add some docs. 2014-06-02 14:27:50 -07:00
John Benediktsson 1b085c55b7 cursors: adding hash-set-cursor. 2014-06-02 14:01:25 -07:00
John Benediktsson 6e834cd0de benchmark.tuple-arrays: cleanup, assert result. 2014-06-02 08:40:05 -07:00
John Benediktsson 5d17cfd385 bitcoin.client: fix doc usings. 2014-05-27 05:35:40 -07:00
John Benediktsson cea47b896d more doc types. 2014-05-26 07:51:19 -07:00
John Benediktsson 02ac0662e7 more doc type fixes. 2014-05-24 17:16:26 -07:00
John Benediktsson 1f607f0573 use ``tuple-slots`` instead of ``tuple>array rest``. 2014-05-23 13:27:59 -07:00
John Benediktsson cc4c83783f fuel.eval: re-use listener:parse-lines-interactive. 2014-05-23 11:12:30 -07:00
Jon Harper db892f5b34 YAML: oops, fix according to help-lint 2014-05-22 07:57:34 -07:00
Jon Harper 712d6bf1c8 YAML: better docs for >yaml, typos 2014-05-22 07:57:34 -07:00
Jon Harper bf737f3672 YAML: tests for emitter-line-break variable 2014-05-22 07:57:33 -07:00
Jon Harper 0da786e9e6 YAML: add output configuration options 2014-05-22 07:57:33 -07:00
Jon Harper 44c2b2d7ba YAML: expose libyaml's emitter options, use unicode mode by default 2014-05-22 07:57:33 -07:00
Jon Harper a2f4e84a9b YAML: don't use aliases/anchors for fixnums 2014-05-22 07:57:33 -07:00
Jon Harper 41d2c1e10d YAML: make it more obvious that we use LibYAML 2014-05-22 07:57:33 -07:00
Jon Harper bb5668866e YAML: Remove wrong comment 2014-05-22 07:57:33 -07:00
Jon Harper aafbae465c YAML: correctly free yaml_event before reusing 2014-05-22 07:57:33 -07:00
John Benediktsson 2752d83aca benchmark.namespaces: adding a namespaces benchmark. 2014-05-20 19:18:39 -07:00
John Benediktsson 8e8d319943 benchmark.interval-sets: adding a benchmark of interval-sets. 2014-05-20 19:16:53 -07:00
John Benediktsson 3be0958e5d benchmark.lexer: adding a lexer benchmark. 2014-05-20 19:15:12 -07:00
John Benediktsson bec6c99e29 asn1: use with-string-reader in the tests. 2014-05-20 16:20:13 -07:00
John Benediktsson 3ac497c60e cleanup some places to use with-string-writer. 2014-05-20 16:18:15 -07:00
John Benediktsson de586a946d benchmark.make: adding a MAIN:. 2014-05-20 15:10:44 -07:00
John Benediktsson e431db4144 benchmark.regexp: longer benchmark. 2014-05-18 20:47:22 -07:00