Handbook
Glossary
(prepare-batch) ( i b quot: ( i -- doc ) -- batch-seq )
Vocabulary
mongodb
.
benchmark
Inputs
i
an
object
b
an
object
quot
a
quotation
with stack effect
( i -- doc )
Outputs
batch-seq
an
object
Definition
USING:
combinators
kernel
math
ranges
sequences
;
IN:
mongodb.benchmark
:
(prepare-batch)
( i b quot: ( i -- doc ) -- batch-seq )
[
[
*
]
keep
1
range
boa
]
dip
[
( i -- doc )
call-effect
]
curry
map
;