forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cursor): Enable TaskCursor to take a memory pool (facebookincuba…
…tor#12261) Summary: Pull Request resolved: facebookincubator#12261 When task cursor runs in multi-threaded mode, vectors are copied from the input memory pool to an output one created by the TaskCursor object. Adding a configuration parameter to enable clients of this API to manually pass a custom pool and allow them to control their lifetime. Reviewed By: Yuhta Differential Revision: D69163034 fbshipit-source-id: 84be6db845260e1b40cfabe32b0c92d7c25b55fb
- Loading branch information
1 parent
ddc20e6
commit 162a27c
Showing
2 changed files
with
16 additions
and
3 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