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

Add Arrow 15 import/export bridge support for StringView/BinaryView types #9727

Open
urvishdesai opened this issue May 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@urvishdesai
Copy link

Description

With the release of new Arrow 15 formats for StringView/BinaryView, we can enhance the performance of the import and export of strings from/to Arrow.

#9726 adds support for import/export of BinaryView and StringView from/to Arrow significantly boosting the performance of import and export of strings through the Arrow bridge.

Benchmark results show a gain of 4.3x (non-inline strings) - 18x (inline strings) faster for export and 2.2x (non-inline strings) - 7x (inline strings) faster for import of utf8view strings as compared to utf8 strings.

@urvishdesai urvishdesai added the enhancement New feature or request label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant