ecraven / r7rs-benchmarks

Benchmarks for various Scheme implementations. Taken with kind permission from the Larceny project, based on the Gabriel and Gambit benchmarks.
270 stars 32 forks source link

updates to match larceny versions of benchmarks #39

Closed gambiteer closed 1 month ago

gambiteer commented 5 years ago

Will Clinger has updated his versions of a few of these benchmarks, see

http://www.larcenists.org/benchmarksAboutR7.html

This patch for fft.scm and paraffins.scm gets your versions to match his.

Brad patch.txt

gambiteer commented 5 years ago

Perhaps I should say that this patch has the codes use the R7RS built-in procedure quotient rather than a user-defined procedure div.

ecraven commented 1 month ago

Thank you very much for this, merged.