-
Notifications
You must be signed in to change notification settings - Fork 4
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
Relate bytes to IO specification #216
Conversation
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.
I started taking a look at this but I haven't looked at it super in depth. I will do that later this week. I have a few requests already that have to do with readability
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.
So far, things look good. I wonder if the performance problems that you reported on our last meeting manifest in the code from this PR already
@mlimbeck can you please give a status update on this PR? |
Once we have merged PR #230 I am going to look how we can use the new ghost state |
Co-authored-by: Dionysios Spiliopoulos <[email protected]>
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.
I have a few minor comments to make this more readable. Should be ready to merge after they are addressed
Co-authored-by: João Pereira <[email protected]>
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.
Looks ok, there are a few minor points that should be addressed before merging. After this is handled and the CI passes, we can merge it
Co-authored-by: João Pereira <[email protected]>
Includes helper functions to relate concrete bytes with the abstract representation of the network packet in the IO spec.