-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up some spurious shared_ptr creations/deletions in DwrfReader (#…
…10095) Summary: Pull Request resolved: #10095 I was looking at a query reading from a table with many columns, and it's spending a huge amount of CPU time just creating and deleting shared_ptrs when setting up the SplitReader and the RowReader. There's still more that can be done but this change cleans up some easy ones. Reviewed By: xiaoxmeng, Yuhta Differential Revision: D58263307 fbshipit-source-id: 3cbedfa1c47d97ae63029bceb400b7b7dc72a47d
- Loading branch information
1 parent
c860058
commit b0c2f44
Showing
5 changed files
with
31 additions
and
18 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