summaryrefslogtreecommitdiff
path: root/benchmark-suite
Commit message (Expand)AuthorAgeFilesLines
* Replace uniform-vector-read benchmark with bytevector-io benchmark...Daniel Llorens2017-10-312-16/+15
* Use symbols instead of _IONBF values as args to setvbuf...Andy Wingo2016-04-042-11/+11
* Merge commit '01a301d1b606b84d986b735049e7155d2f4cd6aa'...Andy Wingo2015-01-222-0/+54
|\
| * Add 'string-hash' benchmarks....Ludovic Courtès2015-01-112-0/+54
* | Merge branch 'stable-2.0'...Mark H Weaver2014-09-301-2/+7
|\|
| * rdelim: Speed up 'read-string' (aka. 'get-string-all'.)...Ludovic Courtès2014-05-281-2/+8
* | String ports use UTF-8; ignore %default-port-encoding....Mark H Weaver2013-08-071-9/+7
|/
* Optimize `scm_read_string'....Ludovic Courtès2012-05-071-2/+13
* modernize (benchmark-suite lib)...Andy Wingo2012-04-231-239/+203
* avoid inexact iteration count in benchmarks...Andy Wingo2012-04-232-11/+11
* move (test-suite lib) to lower dir; cleans up uninstalled paths....Andy Wingo2012-04-232-1/+2
* Improve port benchmark....Ludovic Courtès2012-03-071-40/+44
* Use default value for make-fluid in Scheme files...Andy Wingo2011-11-231-3/+2
* add map and for-each benchmarks...Andy Wingo2011-05-081-1/+18
* Fix typo in arithmetic benchmark...Mark H Weaver2011-04-071-1/+1
* Add a few benchmarks for R6RS fixnum arithmetic...Andreas Rottmann2011-04-042-0/+36
* Fix syntax error in benchmark-suite/Makefile.am...Andreas Rottmann2011-03-201-2/+2
* Benchmarks for string comparisons...Michael Gran2011-03-192-0/+538
* Misc textual editing...Neil Jerram2011-02-131-1/+1
* Add a `read-line' benchmark....Ludovic Courtès2011-01-261-1/+22
* Add fixnum arithmetic benchmarks....Ludovic Courtès2010-11-191-1/+7
* Augment `arithmetic.bm'....Ludovic Courtès2010-10-271-6/+21
* Optimize `1+' and `1-' on fixnums....Ludovic Courtès2010-10-132-0/+47
* Optimize `peek-char'....Ludovic Courtès2010-09-152-0/+68
* Fix copyright year and module name of `write.bm'....Ludovic Courtès2010-09-151-2/+2
* Factorize and optimize `write' for strings and characters....Ludovic Courtès2010-09-142-1/+54
* SRFI-1: Rewrite `drop-right!', `drop-while', `reduce', etc. in Scheme....Ludovic Courtès2010-09-021-0/+9
* SRFI-1: Choose better benchmark names....Ludovic Courtès2010-08-271-2/+2
* Start rewriting SRFI-1 in Scheme....Ludovic Courtès2010-07-212-0/+39
* Add missing benchmark files to the distribution....Ludovic Courtès2010-07-131-0/+2
* deprecate has-suffix?...Andy Wingo2010-06-111-2/+2
* rename (rnrs bytevector) to (rnrs bytevectors)...Andy Wingo2010-06-011-4/+4
* fix read.bm...Andy Wingo2010-04-171-2/+2
* Add `(ice-9 vlist)'....Ludovic Courtès2010-02-032-1/+105
* Add struct & vector benchmarks....Ludovic Courtès2009-12-114-4/+124
* Fix makefile indentation....Ludovic Courtès2009-11-241-1/+1
* Increase benchmark iterations to improve precision in comparisons over time...Neil Jerram2009-11-033-5/+5
* Changes so that benchmark-guile runs successfully...Neil Jerram2009-09-2210-8/+117
* Updates to benchmarks for srfi-13...Michael Gran2009-08-191-46/+65
* Benchmarks for common character and string procedures...Michael Gran2009-08-182-0/+348
* Change Guile license to LGPLv3+...Neil Jerram2009-06-176-52/+53
* Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2....Ludovic Courtès2009-05-282-0/+100
* Add new subr invocation benchmarks....Ludovic Courtès2009-03-081-2/+22
* Add subr invocation benchmark....Ludovic Courtès2009-03-022-0/+47
* Revert "Note need for subscription to bug-guile@gnu.org."...Neil Jerram2008-12-101-6/+4
* Add `uniform-vector-read!' benchmark.Ludovic Courtès2008-09-152-5/+59
* Add `ChangeLog-2008' files to the distribution.Ludovic Courtès2008-09-121-1/+2
* Rename `ChangeLog' files to `ChangeLog-2008'.Ludovic Courtès2008-09-121-0/+0
* Remove `.cvsignore' files.Ludovic Courtès2008-09-111-2/+0
* Add `read' benchmark.Ludovic Courtès2008-04-173-4/+72