Skip to content
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

[FEA] Improve get_json_object_multiple_paths by customizing batch construction for strings columns #2289

Open
ttnghia opened this issue Jul 31, 2024 · 0 comments
Assignees

Comments

@ttnghia
Copy link
Collaborator

ttnghia commented Jul 31, 2024

Currently, for constructing the output columns for get_json_object_multiple_paths, we call cudf::make_strings_column separately on separate output. Each of such calls involves several stream synchronization, thus the total process of creating the output is very inefficient.

We can do better by implementing a customized version for constructing a batch of strings columns at the same time, with minimal overhead of stream sync.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants