Commit Graph

212 Commits (84c7f10ab7dbc5e0d3d901b848ef018ddb39a86d)

Author SHA1 Message Date
Slava Pestov ef0ea005da New benchmark: nbody from shootout 2008-11-29 10:38:55 -06:00
Slava Pestov e8a69a3aea Fix conflict 2008-11-29 05:14:49 -06:00
Slava Pestov 87d00d8012 Clean up 2008-11-29 04:14:30 -06:00
Slava Pestov 24b8bc5a4f Clean up and shorten partial-sums; tweak it to not use float-mod 2008-11-29 03:50:17 -06:00
Slava Pestov 9490207615 Print benchmark runtimes in seconds 2008-11-24 05:46:43 -06:00
Doug Coleman 7c42a9ce6b improved regexp literals caught some typos 2008-11-24 00:20:38 -06:00
Slava Pestov e516795a75 Increase benchmark.fib6 running time 2008-11-21 23:24:59 -06:00
Slava Pestov 2cbc979460 Bail out on line-endings workarounds now that we have a better fix for that on Win64 2008-11-21 20:09:23 -06:00
Slava Pestov 281657dd82 Fix conflict 2008-11-18 22:18:14 -06:00
Slava Pestov 4df50bc641 Fix benchmark.regex-dna 2008-11-17 21:56:59 -06:00
Slava Pestov a9a28a3231 Trying to blindly fix Win64 unit tests 2008-11-17 20:28:52 -06:00
Slava Pestov 2fe364a7bb Specialized arrays work in progress 2008-11-14 20:18:16 -06:00
Slava Pestov 55902df529 Fix indentation 2008-11-06 13:13:47 -06:00
Slava Pestov 655b483ff1 Move unfinished benchmark to unfinished 2008-10-20 23:29:38 -05:00
Slava Pestov 6c98591880 Don't hardcode port number in socket benchmark 2008-10-20 23:07:54 -05:00
Slava Pestov 1ef5dbe3fb Move hsva to colors.hsv 2008-10-02 03:37:53 -05:00
Slava Pestov a3d9f86340 New benchmark 2008-09-22 02:37:48 -05:00
Slava Pestov d47a76b69b 15% improvement 2008-09-13 06:13:49 -05:00
Slava Pestov 7ba28ac8d5 Clean up raytracer a bit 2008-09-13 02:37:16 -05:00
Slava Pestov f2eeeb4ae8 Cleanup 2008-09-12 18:15:26 -05:00
Slava Pestov 45425fccd7 New benchmark: like nsieve but using a byte array 2008-09-12 08:29:32 -05:00
Slava Pestov 4413ef40c2 Simplify mandelbrot 2008-09-11 20:01:10 -05:00
Slava Pestov cf80dd122a Updating code for make and fry changes 2008-09-10 22:11:40 -05:00
Slava Pestov 5d474e1859 Clean up mandelbrot 2008-09-10 18:22:50 -05:00
Slava Pestov 0ddc5d04e6 Tweak sockets benchmark 2008-09-07 04:14:47 -05:00
Slava Pestov 90b2bfbc43 Fix benchmark 2008-09-03 21:03:31 -05:00
Slava Pestov 87afb9d657 Fix benchmark 2008-09-03 18:48:03 -05:00
Slava Pestov 194762776e Euler benchmarks were leaving junk on the stack 2008-09-03 17:23:58 -05:00
Slava Pestov c5979caf75 Fix benchmark 2008-09-03 07:36:12 -05:00
Slava Pestov 9122669fe0 Two new benchmarks 2008-09-03 07:33:20 -05:00
Slava Pestov f4d2d04093 Benchmark updates 2008-09-03 07:25:34 -05:00
Slava Pestov 5cd014f8ca New UI panes benchmark to highlight recent perforammance regression there 2008-09-03 06:34:40 -05:00
Slava Pestov 5ae4165570 Add inline declarations to binary-trees benchmark for ~8% performance gain 2008-09-03 03:39:49 -05:00
Slava Pestov c26d2fb345 Clean up mandelbrot a bit 2008-09-01 18:28:24 -05:00
Slava Pestov 6717d3743e Fix escape analysis bug; speedup on fib4 benchmark 2008-08-31 09:03:03 -05:00
Slava Pestov ca5caafefe Fix 2008-08-31 06:02:15 -05:00
Slava Pestov dd45c26234 Oops, we weren't doing TCO in some cases 2008-08-31 05:40:29 -05:00
Doug Coleman 6bd16d7f9f new accessors 2008-08-30 20:38:07 -05:00
Slava Pestov 8346554b07 Minor updates 2008-08-27 16:24:04 -05:00
Slava Pestov 8a8d3b50b9 Add some benchmarks 2008-08-24 03:59:22 -05:00
Slava Pestov 86221a23d7 Merge branch 'master' of git://factorforge.org/git/william42 2008-07-16 18:37:01 -05:00
Slava Pestov de495a44d6 Forgot a main word 2008-07-16 15:13:54 -05:00
William Schlieper cac7ffdc3c Removed helper functions from benchmark.backtrack 2008-07-16 07:10:45 -04:00
Slava Pestov bb516f3a6f New benchmark 2008-07-16 01:03:27 -05:00
Slava Pestov c23815fe52 Attribution 2008-07-14 00:54:30 -05:00
Slava Pestov 1c93ac733c Two new benchmarks 2008-07-14 00:49:09 -05:00
Slava Pestov 7ca3c2a878 Various minor compiler tweaks 2008-07-12 01:08:30 -05:00
Slava Pestov 442bde22e5 New extra/tr/ vocab for fast translation of ASCII strings; improves reverse-complement performance by 11%; add soundex vocab which uses tr 2008-07-09 19:25:24 -05:00
Slava Pestov 33603b9a28 Fix benchmark load errors 2008-07-05 03:47:15 -05:00
Eduardo Cavazos 1fa98e2121 mandel: use tri@ in scale-rgb 2008-07-04 10:52:50 -05:00
Slava Pestov aeb2b9d701 Fixing unit test failures 2008-07-02 15:57:38 -05:00
Slava Pestov f7eecc7893 Move bit-arrays and float-arrays to extra 2008-07-02 02:03:30 -05:00
Slava Pestov 29fa4a8a54 assoc-find is no longer generic 2008-06-09 05:22:21 -05:00
Slava Pestov ba8f1388ab Fixing everything for mandatory stack effects 2008-06-09 02:14:14 -05:00
Slava Pestov 2cbfa9c2d7 Move destructors to core 2008-05-14 23:23:12 -05:00
Slava Pestov 3ada291e8a Fix binary-trees benchmark 2008-05-07 21:37:12 -05:00
Slava Pestov 1d60d722fe Improve time word, faster card scan 2008-05-07 17:42:41 -05:00
Slava Pestov e82144946a Fix performance regression: bignum >float got slower recently 2008-05-07 12:32:38 -05:00
Slava Pestov 26aa656123 with-locals no longer necessary 2008-05-07 08:48:51 -05:00
Slava Pestov 995f1b8076 Fix stack effects 2008-05-07 05:14:25 -05:00
Doug Coleman 7c09936f30 use butlast, butlast-slice
"extra/foo" resource-path -> "resource:extra/foo"
2008-05-06 12:37:11 -05:00
Slava Pestov ebb0093ab1 Fix load errors 2008-05-05 04:32:01 -05:00
Slava Pestov 75fb15ee4c Split stdio up into input-stream/output-stream, pipes work in progress 2008-05-05 02:19:25 -05:00
Slava Pestov a1ea2655ed Fix problems found by builder 2008-05-01 20:02:34 -05:00
Slava Pestov 7584e02805 New checksum protocol 2008-04-30 16:11:55 -05:00
Doug Coleman 439c138aa5 fix load errors 2008-04-26 11:03:41 -05:00
Doug Coleman b7c1f9dbe8 extra changes:
index* -> index-from
last-index* -> last-index-from
1 tail -> rest
1 tail-slice -> rest-slice
subset -> filter
prepose
find* -> find-from
find-last* -> find-last-from
before, after generic, < for integers
make between? work for timestamps
2008-04-25 23:17:08 -05:00
Slava Pestov 7dd8ca150e Add binary-trees benchmark from shootout 2008-04-20 06:28:18 -05:00
Slava Pestov 8ce5760fcc Clean up spectral-norm 2008-04-20 06:15:24 -05:00
Slava Pestov 55f6636bc0 FFI string encoding conversion 2008-04-20 05:15:46 -05:00
Slava Pestov d1f37ab5ec Fix bloopers 2008-04-20 02:30:52 -05:00
Slava Pestov 18c2f11d06 Move columns, bit-vectors, byte-vectors, float-vectors to extra 2008-04-19 22:56:28 -05:00
Slava Pestov 27d60007e2 Clean up recursive benchmark a tad 2008-04-19 02:11:18 -05:00
Doug Coleman 72080fda4a construct-boa -> boa
construct-empty -> new
2008-04-13 15:06:27 -05:00
Eduardo Cavazos aa40350aa7 replace add* and add with prefix and suffix 2008-03-31 18:18:05 -06:00
Slava Pestov 68e49c8770 Another benchmark fix 2008-03-30 02:21:55 -05:00
Slava Pestov 4ca0c49280 Fix buggy benchmarks 2008-03-30 00:47:48 -05:00
Slava Pestov c22af5c7a6 Rename 2apply to bi@ 2008-03-29 20:36:58 -05:00
Slava Pestov 1f3e6fd0b7 combinators.cleave is now core 2008-03-28 23:00:20 -05:00
Daniel Ehrenberg 88baf7c3b7 latin1 -> iso-8859-1 2008-03-21 14:07:17 -04:00
Slava Pestov b95d5beba1 Fix erronous stack comment in fasta 2008-03-13 03:38:01 -05:00
Slava Pestov f341b2a02c Clean up tools.vocabs a bit 2008-03-13 03:35:54 -05:00
Slava Pestov 8399336648 tools.vocabs absorbs some words from tools.browser and vocabs.loader 2008-03-12 19:55:06 -05:00
Slava Pestov ce600b6aec Fix benchmarks 2008-03-11 21:58:50 -05:00
Slava Pestov 44cef753da Benchmarks can use ascii encoding 2008-03-07 21:29:04 -06:00
Daniel Ehrenberg 1abb7c643e Tests for decode-string 2008-03-05 17:49:02 -06:00
Daniel Ehrenberg 5805db7ac4 Merge branch 'master' of git://factorcode.org/git/factor into unicode
Conflicts:

	extra/http/client/client.factor
	extra/http/server/server.factor
	extra/http/server/templating/templating.factor
	extra/webapps/cgi/cgi.factor
	extra/webapps/file/file.factor
	extra/webapps/source/source.factor
2008-03-05 17:04:43 -06:00
Daniel Ehrenberg 4c9ef7946d Merge branch 'master' of git://factorcode.org/git/factor into unicode
Conflicts:

	extra/benchmark/sockets/sockets.factor
2008-03-05 16:57:06 -06:00
Slava Pestov 00acf627ef Markup fixes 2008-03-05 15:59:15 -06:00
Slava Pestov fa898aa8c6 Fixes 2008-03-05 15:02:02 -06:00
Daniel Ehrenberg ffc3b8078c Fixing unresolved conflict 2008-03-04 17:52:32 -06:00
Daniel Ehrenberg c5eec0ba10 Merge branch 'master' of git://factorcode.org/git/factor into unicode
Conflicts:

	core/io/files/files-tests.factor
	core/io/files/files.factor
	core/io/io-tests.factor
	core/io/streams/c/c-tests.factor
	core/io/streams/lines/lines-tests.factor
	core/source-files/source-files.factor
	extra/benchmark/sockets/sockets.factor
	extra/http/server/templating/templating-tests.factor
	extra/http/server/templating/templating.factor
	extra/io/launcher/launcher.factor
	extra/io/mmap/mmap-tests.factor
	extra/io/unix/launcher/launcher.factor
	extra/io/unix/unix-tests.factor
2008-03-04 17:51:40 -06:00
Slava Pestov e98cd1fd59 New convention for unit tests 2008-03-01 17:00:45 -05:00
Slava Pestov 7b8a3a7bf5 Change socket benchmark 2008-03-01 14:23:41 -06:00
Daniel Ehrenberg efb3367c45 Merge branch 'master' of git://factorcode.org/git/factor into unicode
Conflicts:

	core/io/files/files-docs.factor
	core/io/files/files-tests.factor
	core/io/files/files.factor
	core/listener/listener.factor
	extra/benchmark/sum-file/sum-file.factor
	extra/bootstrap/image/upload/upload.factor
	extra/http/server/templating/templating.factor
	extra/logging/server/server.factor
	extra/smtp/smtp.factor
	extra/tools/deploy/macosx/macosx.factor
	extra/tools/disassembler/disassembler.factor
	extra/webapps/file/file.factor
2008-02-29 01:20:44 -06:00
Slava Pestov 27c9b31288 New benchmarks and UI improvements 2008-02-27 19:24:50 -06:00
Slava Pestov 64469916a9 New locals syntax; added M:: 2008-02-26 18:40:32 -06:00
Slava Pestov 858d22d3a0 Oops 2008-02-25 15:44:19 -06:00
Slava Pestov cc89218af1 HTTP server fixes 2008-02-25 15:24:48 -06:00
Daniel Ehrenberg 4cfdc3de62 Merge branch 'master' of git://factorcode.org/git/factor into unicode
Conflicts:

	extra/webapps/file/file.factor
	extra/webapps/source/source.factor
2008-02-25 15:12:26 -06:00