Investigate performance regression
Performance has regressed following the hashtable change. Speculation that the hashtable format might not be right, and so there is more cycling around the hashtree. Logging added.
This commit is contained in:
parent
52499170c0
commit
8f775a88fd
2 changed files with 24 additions and 7 deletions
|
@ -260,9 +260,10 @@
|
|||
{"CDB13",
|
||||
{info, "Write options of ~w"}},
|
||||
{"CDB14",
|
||||
{info, "Microsecond imings for hashtree build of "
|
||||
++ "to_list ~w sort ~w build ~w"}}
|
||||
|
||||
{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"}}
|
||||
])).
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue