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

GH-39251: [JS] Use resizable buffer in builder #39252

Merged
merged 5 commits into from
Dec 27, 2023

Conversation

domoritz
Copy link
Member

@domoritz domoritz commented Dec 16, 2023

This should reduce explicit memory copies in js and make our code simpler. Support is not everywhere: https://caniuse.com/mdn-javascript_builtins_arraybuffer_resizable but I implemented fallbacks.

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Dec 16, 2023
@domoritz
Copy link
Member Author

@ursabot please benchmark lang=JavaScript

@ursabot
Copy link

ursabot commented Dec 16, 2023

Benchmark runs are scheduled for commit ab87daf. Watch https://buildkite.com/apache-arrow and https://conbench.ursa.dev for updates. A comment will be posted here when the runs are complete.

Copy link

Thanks for your patience. Conbench analyzed the 1 benchmarking run that has been run so far on PR commit ab87daf.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

@domoritz domoritz merged commit ae627c0 into apache:main Dec 27, 2023
11 of 12 checks passed
Copy link

After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit ae627c0.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

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

Successfully merging this pull request may close these issues.

[JS]: Use resizable array buffers
3 participants