Handbook
Glossary
dot-iter ( -- )
Vocabulary
benchmark
.
iteration
Inputs
None
Outputs
None
Definition
USING:
kernel
math
math.vectors
;
IN:
benchmark.iteration
:
dot-iter
( -- )
100
[
0 100000
<range>
dup
vdot
drop
]
times
;