GH-39251: [JS] Use resizable buffer in builder#39252
Merged
domoritz merged 5 commits intoapache:mainfrom Dec 27, 2023
Merged
Conversation
Member
Author
|
@ursabot please benchmark lang=JavaScript |
|
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. |
|
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. |
trxcllnt
approved these changes
Dec 27, 2023
|
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. |
This was referenced Jan 14, 2024
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this pull request
Feb 19, 2024
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.