Skip to content

Conversation

@domoritz
Copy link
Member

@domoritz domoritz commented Dec 16, 2023

Reduce the code size by using common code paths. We only call Number a few times on numbers, which should be a noop.

@domoritz domoritz requested a review from trxcllnt as a code owner December 16, 2023 16:22
@apache apache deleted a comment from ursabot 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 4da251b. Watch https://buildkite.com/apache-arrow and https://conbench.ursa.dev for updates. A comment will be posted here when the runs are complete.

@conbench-apache-arrow
Copy link

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

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

@domoritz
Copy link
Member Author

Reviewed as part of #39258.

@domoritz domoritz merged commit 9c097d5 into apache:main Dec 18, 2023
@domoritz domoritz deleted the largeUtf8-paths branch December 18, 2023 03:19
domoritz added a commit that referenced this pull request Dec 18, 2023
@conbench-apache-arrow
Copy link

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

There were 2 benchmark results indicating a performance regression:

The full Conbench report has more details. It also includes information about 4 possible false positives for unstable benchmarks that are known to sometimes produce them.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…39249)

Reduce the code size by using common code paths. We only call `Number` a
few times on numbers, which should be a noop.

* Closes: apache#39248
dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
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]: Unify code paths for utf8 and largeUtf8

2 participants