]> gitweb.factorcode.org Git - factor.git/history - extra/benchmark
scryfall: make decks better, import from moxfield
[factor.git] / extra / benchmark /
2023-11-11 Capitalbasis/xmode: refactor to be deploy friendly.
2023-10-23 John Benediktssonmath.vectors: rename vsupremum/vinfimum
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: use 2length
2023-02-26 John Benediktssonrandom: implement a generic random* to speed up randoms
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-25 John Benediktssonjson: merging reader/writer for simplicity
2023-01-20 John BenediktssonSwitch to https urls
2022-07-31 Doug ColemanRevert "core: find-last-integer -> find-last-integer...
2022-07-31 Doug Colemancore: find-last-integer -> find-last-integer-from for...
2022-01-25 John Benediktssonbenchmark.yuv-to-rgb: use <struct>
2022-01-20 Doug Colemanfactor: more using trim
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2022-01-04 John Benediktssonbenchmark.fib6: assert result
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-12-24 Doug Colemanextra: contents -> read-contents
2021-12-21 Doug ColemanBenchmark: fix using
2021-12-21 Doug Colemanfactor: use more split/join words
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-12-18 John Benediktssonbenchmark: print timings with 3 decimal places.
2021-04-05 John Benediktssoninterval-sets: rename in? to interval-in?.
2020-12-28 John Benediktssonbenchmark.javascript: removing for now.
2020-12-24 John Benediktssonbenchmark.javascript: update jquery to 3.5.1 to avoid...
2020-12-07 John Benediktssonmath: using until-zero in a few places.
2020-09-22 John Benediktssonbenchmark.completion: fix use of name-completions.
2020-04-12 Doug Colemanbenchmark.regex-dna: We have to read the input and...
2020-04-12 Doug Colemanio: Really fix the tests.
2020-04-12 Doug ColemanWindows: Handle three places where Windows line endings...
2020-02-26 John Benediktssonmath.matrices: rename m./m.v/v.m to mdot/mdotv/vdotm.
2020-02-26 John Benediktssonmath.vectors: rename "v." to "vdot"
2020-01-29 John Benediktssonmath: use sorted-histogram values in a few places.
2019-12-08 Cat Stevensmath.matrices: rewrite, modernize and overhaul
2019-11-07 John Benediktssonbenchmark.cuckoo-filters: adding a new benchmark.
2018-02-15 John Benediktssonmore test IN: cleanup.
2017-12-22 Doug Colemanfactor: disable benchmarks in a better way to get travi...
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-06-02 Doug Colemaniota: Fix second iota -> <iota> in line several times.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2016-09-26 Björn Lindqvistbenchmark: fix benchmark selection so it works like...
2016-09-25 Björn Lindqvistbenchmark: make it so you can select benchmarks to run
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-12 John Benediktssonusing [ ] [ ... ] ?if instead of [ nip ] [ ... ] if*.
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-29 John Benediktssoncleanup some QUALIFIED: that are no longer needed.
2016-03-16 John Benediktssonuse the new bytes>hex-string.
2016-03-08 Jon Harperrename math.statistics:cum-map to sequences:accumulate*
2016-03-08 Doug Colemanio.sockets: Special-case 0.0.0.0 and f for outgoing...
2016-02-20 Doug Colemanio.sockets: Add more utility words for working with...
2015-12-17 Björn Lindqvistbenchmark: wrap the error in <test-failure>
2015-12-17 Björn Lindqvistbenchmark: refactoring to not use dynamic variables...
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-14 Doug Colemandecimals: rename D: to DECIMAL: to help with new parser...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-08-12 Doug Colemanfactor: arch -> arch-name. fix breakage caused by other...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-08-10 Doug Colemanfactor: put inline on same line as ; for experimentation
2015-07-30 Doug Colemanbenchmark.fasta: rename random.
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-09 Doug Colemanextra: be more explicit about which 'run'
2015-06-09 Doug Colemanbenchmark: oops, used wrong word. so confusing.
2015-06-08 Doug Colemancore/basis: Rename words dealing with vocabs to loaded...
2015-06-07 John Benediktssonbenchmark.sieve: calculating the number of primes in...
2015-06-02 John Benediktssonbenchmark.backtrack: some cleanup.
2014-12-05 John Benediktssonextra: using empty? in some places.
2014-11-30 John Benediktssoncleanup "over push" is "suffix!".
2014-11-18 Björn Lindqvistmath.vectors: changes so that some vocabs that can...
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-09-29 Björn Lindqvistbenchmark.reverse-complement.tests,mason.report.tests...
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-07-03 Björn Lindqvisttools.deploy.backend: ui depends on (full) io so it...
2014-06-06 John Benediktssonextra: use map-sum in a few places.
2014-06-02 John Benediktssonbenchmark.tuple-arrays: cleanup, assert result.
2014-05-21 John Benediktssonbenchmark.namespaces: adding a namespaces benchmark.
2014-05-21 John Benediktssonbenchmark.interval-sets: adding a benchmark of interval...
2014-05-21 John Benediktssonbenchmark.lexer: adding a lexer benchmark.
2014-05-20 John Benediktssonbenchmark.make: adding a MAIN:.
2014-05-19 John Benediktssonbenchmark.regexp: longer benchmark.
2013-11-25 John Benediktssonbenchmark.msgpack: adding msgpack benchmark.
2013-04-19 John Benediktssonbenchmark.crc32: do more work in the crc32-benchmark.
2013-04-08 John Benediktssonbenchmark.sum-file: simpler, more idiomatic, faster.
2013-04-07 John Benediktssonbenchmark.pidigits: simplify handling of arrays.
2013-04-07 John Benediktssonbenchmark.reverse-complement: more idiomatic, faster.
2013-04-04 John Benediktssonbenchmark.bloom-filters: more iterations now bloom...
2013-04-03 John Benediktssonbenchmark.bloom-filters: adding a benchmark for bloom...
2013-04-01 John Benediktssonbenchmark.splitting: stop using split* and use slices...
2013-03-28 John Benediktssonbenchmark.parse-ratio: adding a ratio parse benchmark.
2013-03-28 John Benediktssonbenchmark.parse-float: add a float parse benchmark.
2013-03-28 John Benediktssonbenchmark.parse-bignum: adding a bignum parse benchmark.
next