-
Notifications
You must be signed in to change notification settings - Fork 457
feat: Fast buffer reader and fast buffer writer #1082
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 1 commit
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
2fa0f6d
FastBufferWriter implemented and tested (still need to add and update…
ShadauxCat c36b3af
A few additional tests to cover the last missed cases I can think of …
ShadauxCat 5ac5ef9
FastBufferReader + tests
ShadauxCat 4776737
- More tests
ShadauxCat f245150
- Removed NativeArray from FastBufferReader and FastBufferWriter, rep…
ShadauxCat fc944c4
Added utility ref struct "Ref<T>" to more generically support wrappin…
ShadauxCat cb95862
BufferSerializer and tests.
ShadauxCat a3e0abc
Removed unnecessary comment.
ShadauxCat ea31f10
XMLDocs + cleanup for PR
ShadauxCat 057c1fc
Merge branch 'develop' into feature/fast_buffer_reader_writer
ShadauxCat 63309e2
Replaced possibly unaligned memory access with UnsafeUtility.MemCpy..…
ShadauxCat e9b9305
Resurrected BytewiseUtil.FastCopyBytes as a faster alternative to Uns…
ShadauxCat aa56440
Reverting an accidental change.
ShadauxCat fabb3b8
Removed files that got accidentally duplicated from before the rename.
ShadauxCat 3a2a50b
Standards fixes
ShadauxCat 58db1bd
Removed accidentally added files.
ShadauxCat c827339
Added BuildInfo.json to the .gitignore so I stop accidentally checkin…
ShadauxCat f8bfb2f
Addressed most of the review feedback. Still need to do a little more…
ShadauxCat 9816b50
standards.py --fix
ShadauxCat a576552
standards.py --fix
ShadauxCat 5193e39
Fixed incorrect namespaces.
ShadauxCat 119ee2f
-Fixed a couple of issues where growing a FastBufferWriter wouldn't w…
ShadauxCat 7fb2d53
Fix a test failure and better implementation of large growths
ShadauxCat 8ee4610
- Removed RefArray
ShadauxCat f4b7ea9
Removed RefArray meta file that stuck around.
ShadauxCat d983f07
Review feedback: Used nameof() instead of string literal.
ShadauxCat bead9f5
-Removed BytewiseUtility.FastCopyBytes
ShadauxCat 5063260
removed .gitignore.
ShadauxCat ade5d7c
Merge branch 'develop' into feature/fast_buffer_reader_writer
ShadauxCat 2f01798
Fixed compile errors that somehow didn't happen on my machine until I…
ShadauxCat 3da5b38
standards.py --fix ... again ... despite no changes since the last su…
ShadauxCat 409d6fe
Merge branch 'develop' into feature/fast_buffer_reader_writer
ShadauxCat 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
Addressed most of the review feedback. Still need to do a little more…
… restructuring of some of the other tests.
- Loading branch information
commit f8bfb2f80e71d211ff07d5872d0c03d6ba5f9b02
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
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
Oops, something went wrong.
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.