We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8d248 commit 1eb6e0aCopy full SHA for 1eb6e0a
benchmarks/deftype_fields.pxi
@@ -11,9 +11,6 @@
11
b))
12
13
14
-
15
-(def adder (->Adder 1.0 0))
16
-(println "Starting....")
17
-(dotimes [x (* 1024 1024 1024 20)]
+(def adder (->Adder 1 0))
+(dotimes [x (* 1024 1024 1024)]
18
(assert (= (inc x) (add-them adder))))
19
-(println "Ending....")
pixie/math.pxi
@@ -23,8 +23,4 @@
23
(i/defcfn ceil)
24
(i/defcfn fabs)
25
(i/defcfn floor)
26
- (i/defcfn fmod)
27
28
- (i/defconst M_PI))
29
30
-(def pi M_PI)
+ (i/defcfn fmod))
0 commit comments