-
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.
Remove the shared string allocator use case (#11002)
Summary: Remove the existing use cases on shared string allocator which cause complexity inside the row container. The shared string allocator is not thread-safe so it is better not to share with the other components. The memory overhead within a shared string allocator is pretty small which is just one or two pages. The shared string allocator is previously used for in-memory spilling operation which has been removed. Pull Request resolved: #11002 bypass-github-export-checks Reviewed By: amitkdutta, oerling Differential Revision: D62609465 fbshipit-source-id: 44fafb9f943a2b1567e745abec21844df880cd85
- Loading branch information
1 parent
794b8b6
commit 17c3d84
Showing
6 changed files
with
30 additions
and
50 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