Handbook
Glossary
nsieve ( m -- count )
Vocabulary
benchmark
.
nsieve-bytes
Inputs
m
an
object
Outputs
count
an
object
Definition
USING:
byte-arrays
kernel
math
sequences
;
IN:
benchmark.nsieve-bytes
:
nsieve
( m -- count )
0 2
rot
1
+
<byte-array>
[
drop
1
]
map!
(nsieve)
;