Documentation ¶
Overview ¶
Package testutils contains utils for the tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TestCfg = bloomfilter.Config{ N: 100, P: 0.001, HashName: bloomfilter.HASHER_OPTIMAL, } TestCfg2 = bloomfilter.Config{ N: 100, P: 0.00001, HashName: bloomfilter.HASHER_OPTIMAL, } TestCfg3 = bloomfilter.Config{ N: 100, P: 0.001, HashName: bloomfilter.HASHER_DEFAULT, } )
Functions ¶
func CallSetUnion ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.