-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize readWithVisitor for TrivialEncoding and MainlyConstantEncodi…
…ng (#60) Summary: X-link: facebookincubator/velox#10021 Pull Request resolved: #60 - Fast path for `TrivialEncoding::readWithVisitor` - Fast path for `MainlyConstantEncoding::readWithVisitor` - Store `encodingType`, `dataType`, `rowCount` in `Encoding` object memory to reduce memory fetch on `data_` - Use skip functor only in `readWithVisitorSlow` to avoid virtual call cost bypass-github-export-checks Reviewed By: oerling Differential Revision: D58085138 fbshipit-source-id: e308d2c44c8e45f89a2367c8b88f1adb6511b6f9
- Loading branch information
1 parent
c2fa2a4
commit acad60d
Showing
10 changed files
with
358 additions
and
126 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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.