-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
[BOLT][NFC] Refactor BAT metadata data structures #86353
[BOLT][NFC] Refactor BAT metadata data structures #86353
Conversation
Created using spr 1.3.4
✅ With the latest revision this PR passed the Python code formatter. |
✅ With the latest revision this PR passed the C/C++ code formatter. |
How do I navigate these SPR stacks? This goes on top of what? |
Unfortunately, there's no way to navigate SPR stacks (that I'm aware of). I'll make it explicit in follow-up diffs what they depend on. This PR is a base. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG
Created using spr 1.3.4
Created using spr 1.3.4
Created using spr 1.3.4
Hide the implementations of
FuncHashes
andBBHashMap
classes,getting rid of
at
accessors that could throw an exception.Test Plan: NFC