-
Notifications
You must be signed in to change notification settings - Fork 0
Multiple changes to optimize and cleanup typed_buffers, BasicXorEncryptor, and Sequencer #231
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 16 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1ddbed9
TEMPORARY BRANCH FOR ZERO-COPY VERSION PERFORMANCE DEBUGGING
avalerio-tkd a997cce
- Timer switched to nanoseconds
avalerio-tkd f52a9e1
- Small optimization in GetRawElement for fixed-size elements
avalerio-tkd dec9c18
Merge branch 'main' into av_typelist_optimizing_079
avalerio-tkd 2d551a2
- Updating to use GetWritableRawElement in the BasicXorEncryptor.
avalerio-tkd 99d8c34
- Restored one lost comment in the BasicXorEncryptor.cpp
avalerio-tkd 91b76db
- Adding streamlined iterator for typed buffers.
avalerio-tkd fb0566f
- Fixing unittests for streamlined iterator.
avalerio-tkd 971903a
- Optimizing GetWritableRawElement for variable-size elements.
avalerio-tkd 097d919
- Pushing small cleanups before pushing the Parquet-based num_element…
avalerio-tkd 6d8944d
- Fixing issue with empty strings on iterator.
avalerio-tkd 44357ac
- Added support for Parquet utils to read/decode num_elements from he…
avalerio-tkd 2d7689a
- Propagate num_elements Parquet-based to TypedValuesBuffer and Basic…
avalerio-tkd ccfb079
- Fixed corner case in Parquet page v1 that didn't account for padded…
avalerio-tkd af827a0
- Added StringFixedSizedCodec and StringVariableSizedCodec to typed_b…
avalerio-tkd 55c9baa
- Removing macOS hidden files.
avalerio-tkd 3ad364d
- Removing Compression call from encryption sequencer final result (l…
avalerio-tkd f7c57e4
- Comment update.
avalerio-tkd 145f85c
- Updating comments after code review.
avalerio-tkd 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
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.
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.
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.
we should have a test for this function.
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.
Done.