-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一些疑问 #1
Comments
2.我的实现里没解决这个,课程似乎没要求实现 , 但应该是要在当前page里存储一个指向下一个page的指针吧 |
headerPage->GetSize() 指的是整个Hash表能容纳的KV对个数。所以
|
方便加以下联系方式讨论以下吗?QQ:614989768 |
不是GetSize(),是NumBlocks() , 记错了, 最近写CS144的lab去了 , 这门课测试用例有点少所以没啥动力往后坐了 , 晚上push一下 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
auto targetBlockIndex = (mmHash%headerPage->GetSize()) / BLOCK_ARRAY_SIZE;
The text was updated successfully, but these errors were encountered: