You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Richard Kreckel
f57f23a99a
|
24 years ago | |
---|---|---|
.. | ||
Makefile.in | 25 years ago | |
README | 25 years ago | |
bench2.txt | 25 years ago | |
timebench1.LiDIA.cc | 25 years ago | |
timebench1.cc | 24 years ago | |
timebench1.gp | 25 years ago | |
timebench1.lsp | 25 years ago | |
timebench2.results | 25 years ago | |
timebench2.sh | 25 years ago | |
timebench2a.LiDIA.cc | 25 years ago | |
timebench2a.cc | 24 years ago | |
timebench2a.gp | 25 years ago | |
timebench2ap.cc | 24 years ago | |
timebench2ap.gp | 25 years ago | |
timebench2b.LiDIA.cc | 25 years ago | |
timebench2b.cc | 24 years ago | |
timebench2b.gp | 25 years ago | |
timebench2c.gp | 25 years ago | |
timebench2d.gp | 25 years ago |
README
Bench1 is a benchmark for the transcendental functions I found on the LiDIA
home page.
Some of its tests are not good because they fall into pitfalls of some systems
(for example exp(log(2)) is not a good test because in CLN, exp(x) begins
by computing x mod log(2)). Also it fails to benchmark the most basic
operations: multiplication and division.
Bench2 is a benchmark jointly designed by the LiDIA and CLN developers to
overcome these flaws.