Skip to content

Fix bug loading Hash DB incorrectly#34

Open
yesimon wants to merge 2 commits intozhaoyanswill:masterfrom
yesimon:db_load_fix
Open

Fix bug loading Hash DB incorrectly#34
yesimon wants to merge 2 commits intozhaoyanswill:masterfrom
yesimon:db_load_fix

Conversation

@yesimon
Copy link
Copy Markdown

@yesimon yesimon commented Jul 19, 2017

By initializing the vector with size 1M, boost serialization appends the
db hash file onto the vector making it 2M / twice as long.

Hash queries would return no-hit for every seed because of the empty 1M
prefix

yesimon added 2 commits July 19, 2017 01:57
By initializing the vector with size 1M, boost serialization appends the
db hash file onto the vector making it 2M / twice as long.

Hash queries would return no-hit for every seed because of the empty 1M
prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant