Slot hash corrected
When building the hashtree the incorrect IndexLength was being used to calculate the slot - causing many queries to loop all the way round the Index
This commit is contained in:
parent
8f775a88fd
commit
c8be3bfa46
2 changed files with 53 additions and 8 deletions
|
@ -263,7 +263,8 @@
|
|||
{info, "Microsecond timings for hashtree build of "
|
||||
++ "to_list ~w sort ~w build ~w"}},
|
||||
{"CDB15",
|
||||
{info, "Cycle count of ~w in hashtable search higher than expected~n"}}
|
||||
{info, "Cycle count of ~w in hashtable search higher than expected"
|
||||
++ " in search for hash ~w with result ~w"}}
|
||||
])).
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue