Handbook
Glossary
hashtables-benchmark ( -- )
Vocabulary
benchmark
.
hashtables
Inputs
None
Outputs
None
Definition
USING:
assocs
combinators
kernel
math
;
IN:
benchmark.hashtables
:
hashtables-benchmark
( -- )
H{
}
clone
10000
[
dup
{
[
small-mix
]
[
clear-assoc
]
[
string-mix
]
[
clear-assoc
]
[
collision-mix
]
[
clear-assoc
]
}
cleave
]
times
drop
;