index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
benchmark-suite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use default value for make-fluid in Scheme files
...
Andy Wingo
2011-11-23
1
-3
/
+2
*
add map and for-each benchmarks
...
Andy Wingo
2011-05-08
1
-1
/
+18
*
Fix typo in arithmetic benchmark
...
Mark H Weaver
2011-04-07
1
-1
/
+1
*
Add a few benchmarks for R6RS fixnum arithmetic
...
Andreas Rottmann
2011-04-04
2
-0
/
+36
*
Fix syntax error in benchmark-suite/Makefile.am
...
Andreas Rottmann
2011-03-20
1
-2
/
+2
*
Benchmarks for string comparisons
...
Michael Gran
2011-03-19
2
-0
/
+538
*
Misc textual editing
...
Neil Jerram
2011-02-13
1
-1
/
+1
*
Add a `read-line' benchmark.
...
Ludovic Courtès
2011-01-26
1
-1
/
+22
*
Add fixnum arithmetic benchmarks.
...
Ludovic Courtès
2010-11-19
1
-1
/
+7
*
Augment `arithmetic.bm'.
...
Ludovic Courtès
2010-10-27
1
-6
/
+21
*
Optimize `1+' and `1-' on fixnums.
...
Ludovic Courtès
2010-10-13
2
-0
/
+47
*
Optimize `peek-char'.
...
Ludovic Courtès
2010-09-15
2
-0
/
+68
*
Fix copyright year and module name of `write.bm'.
...
Ludovic Courtès
2010-09-15
1
-2
/
+2
*
Factorize and optimize `write' for strings and characters.
...
Ludovic Courtès
2010-09-14
2
-1
/
+54
*
SRFI-1: Rewrite `drop-right!', `drop-while', `reduce', etc. in Scheme.
...
Ludovic Courtès
2010-09-02
1
-0
/
+9
*
SRFI-1: Choose better benchmark names.
...
Ludovic Courtès
2010-08-27
1
-2
/
+2
*
Start rewriting SRFI-1 in Scheme.
...
Ludovic Courtès
2010-07-21
2
-0
/
+39
*
Add missing benchmark files to the distribution.
...
Ludovic Courtès
2010-07-13
1
-0
/
+2
*
deprecate has-suffix?
...
Andy Wingo
2010-06-11
1
-2
/
+2
*
rename (rnrs bytevector) to (rnrs bytevectors)
...
Andy Wingo
2010-06-01
1
-4
/
+4
*
fix read.bm
...
Andy Wingo
2010-04-17
1
-2
/
+2
*
Add `(ice-9 vlist)'.
...
Ludovic Courtès
2010-02-03
2
-1
/
+105
*
Add struct & vector benchmarks.
...
Ludovic Courtès
2009-12-11
4
-4
/
+124
*
Fix makefile indentation.
...
Ludovic Courtès
2009-11-24
1
-1
/
+1
*
Increase benchmark iterations to improve precision in comparisons over time
...
Neil Jerram
2009-11-03
3
-5
/
+5
*
Changes so that benchmark-guile runs successfully
...
Neil Jerram
2009-09-22
10
-8
/
+117
*
Updates to benchmarks for srfi-13
...
Michael Gran
2009-08-19
1
-46
/
+65
*
Benchmarks for common character and string procedures
...
Michael Gran
2009-08-18
2
-0
/
+348
*
Change Guile license to LGPLv3+
...
Neil Jerram
2009-06-17
6
-52
/
+53
*
Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2.
...
Ludovic Courtès
2009-05-28
2
-0
/
+100
*
Add new subr invocation benchmarks.
...
Ludovic Courtès
2009-03-08
1
-2
/
+22
*
Add subr invocation benchmark.
...
Ludovic Courtès
2009-03-02
2
-0
/
+47
*
Revert "Note need for subscription to bug-guile@gnu.org."
...
Neil Jerram
2008-12-10
1
-6
/
+4
*
Add `uniform-vector-read!' benchmark.
Ludovic Courtès
2008-09-15
2
-5
/
+59
*
Add `ChangeLog-2008' files to the distribution.
Ludovic Courtès
2008-09-12
1
-1
/
+2
*
Rename `ChangeLog' files to `ChangeLog-2008'.
Ludovic Courtès
2008-09-12
1
-0
/
+0
*
Remove `.cvsignore' files.
Ludovic Courtès
2008-09-11
1
-2
/
+0
*
Add `read' benchmark.
Ludovic Courtès
2008-04-17
3
-4
/
+72
*
* LICENSE: Change COPYING.LIB to COPYING.LESSER.
...
Neil Jerram
2008-01-22
2
-0
/
+4
*
Note need for subscription to bug-guile@gnu.org.
Neil Jerram
2006-11-17
2
-4
/
+10
*
(SCM_BENCHMARKS_DIRS, dist-hook): Removed, they are
...
Marius Vollmer
2006-05-01
2
-10
/
+5
*
merge from 1.8 branch
Kevin Ryde
2006-04-16
2
-2
/
+2
*
The FSF has a new address.
Marius Vollmer
2005-05-23
2
-4
/
+4
*
New versions of the GPLand LGPL with the new address of the FSF.
Marius Vollmer
2005-05-23
1
-340
/
+0
*
* lib.scm: Extracted '/i' to toplevel. Print the guile version
...
Dirk Herrmann
2004-01-23
2
-8
/
+22
*
*** empty log message ***
Marius Vollmer
2004-01-06
1
-0
/
+5
*
(print-result, print-user-result): Handle exact fractions.
Marius Vollmer
2004-01-06
1
-14
/
+16
*
* benchmark-suite/lib.scm: Fix some typos in the documentation.
...
Dirk Herrmann
2003-05-27
2
-2
/
+6
*
*** empty log message ***
Rob Browning
2002-09-15
1
-0
/
+4
*
* .cvsignore: new file.
Rob Browning
2002-09-15
1
-0
/
+2
[next]