We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Background: #38 #40
pitTokenMap
csMap
The text was updated successfully, but these errors were encountered:
csMap does not look good. It assumes the hashes have no conflict.
Just a note as I was reading this - hash conflicts for cache should not be an issue. If the old packet gets dropped.. that's still okay
Sorry, something went wrong.
zjkmxy
No branches or pull requests
Background: #38 #40
Possible bottleneck: https://github.com/named-data/YaNFD/blob/79b7e56d00715a9dc8f447ba68dfaec5dfc2f155/table/pit-cs-tree.go#L333
pitTokenMap
seems to be wrong: https://github.com/named-data/YaNFD/blob/79b7e56d00715a9dc8f447ba68dfaec5dfc2f155/table/pit-cs-tree.go#L25csMap
does not look good. It assumes the hashes have no conflict.https://github.com/named-data/YaNFD/blob/79b7e56d00715a9dc8f447ba68dfaec5dfc2f155/table/pit-cs-tree.go#L29
https://github.com/named-data/YaNFD/blob/79b7e56d00715a9dc8f447ba68dfaec5dfc2f155/table/pit-cs-tree.go#L372
The text was updated successfully, but these errors were encountered: