-
Notifications
You must be signed in to change notification settings - Fork 300
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
peer: mruInventoryMap and mruNonceMap implement LRU caches, not MRU #967
Comments
I agree that they are LRU caches, but the MRU is referring to the maps themselves containing the most recently used entries. If they were named |
To follow up, I don't have any particular objections to them being renamed to |
May I do this? That's assuming you still want this... I'm new to the codebase and I think this might take me on a nice tour. |
As discussed in dev channel, @randomshinichi will be taking this. |
We do want the LRU behavior, so this just requires some file renames and fixing the identifier names and comments.
The text was updated successfully, but these errors were encountered: