Handbook
Glossary
busy-loop ( x -- n )
Vocabulary
benchmark
.
busy-loop
Inputs
x
an
object
Outputs
n
an
object
Definition
USING:
math
;
IN:
benchmark.busy-loop
:
busy-loop
( x -- n )
1000
[
1000
[
1000
[
bitxor
]
each-integer
]
times
]
times
;
inline