Skip to content

Commit

Permalink
Add quaviver/math
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Jun 13, 2024
1 parent 2d0e4c4 commit 836d25d
Show file tree
Hide file tree
Showing 7 changed files with 832 additions and 827 deletions.
7 changes: 5 additions & 2 deletions code/benchmark/float-decimal.lisp
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
(cl:in-package #:quaviver/benchmark)

(defvar *clients*
'((:label "Burger-Dybvig 1" :initargs (quaviver/burger-dybvig:client-1))
`((:label "Burger-Dybvig 1" :initargs (quaviver/burger-dybvig:client-1))
(:label "Burger-Dybvig 2" :initargs (quaviver/burger-dybvig:client-2))
(:label "Schubfach" :initargs (quaviver/schubfach:client))
#+(or abcl ccl clasp cmucl ecl sbcl)
(:label "Native" :initargs (quaviver/native:client))))
(:label ,(format nil
"Native (~a)"
(lisp-implementation-type))
:initargs (quaviver/native:client))))

(defun float-decimal ()
(labels ((bench (clients limit key)
Expand Down
82 changes: 0 additions & 82 deletions code/math.lisp

This file was deleted.

Loading

0 comments on commit 836d25d

Please sign in to comment.