-
Notifications
You must be signed in to change notification settings - Fork 227
feat: speed up incoming packet reader #1314
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
1c7a4d3
feat: speed up reading incoming packets
bdraco 862c7a0
fix: naming
bdraco 7a11e60
fix: offset types
bdraco 5db3a61
fix: offset types
bdraco 136b514
fix: offset types
bdraco 5cadfab
fix: offset types
bdraco 9370523
fix: offset types
bdraco 249c0d8
fix: try char
bdraco 92a807b
fix: incorrect types
bdraco 91faff2
fix: adjust to not slow down pure python as much
bdraco e1f2dc9
fix: small cleanup
bdraco 0c052e9
fix: cleanup
bdraco 54f11cb
fix: tweak
bdraco f9b9639
fix: do not create the memoryview in pure python as its slower
bdraco 565f193
Merge branch 'master' into refactor_packets
bdraco 872591a
fix: merge
bdraco File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.