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

Use String#append_as_bytes if available #158

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Conversation

casperisfine
Copy link

Final version of: #116
Ref: https://bugs.ruby-lang.org/issues/20594

This isn't yet as fast as the prototype because the final method was merged as append_as_bytes with variadic and Integer support so I haven't implemented a YJIT acceleration yet.

But since we can now consider the interface stable, we can merge.

Final version of: #116
Ref: https://bugs.ruby-lang.org/issues/20594

This isn't yet as fast as the prototype because the final method
was merged as `append_as_bytes` with variadic and Integer support
so I haven't implemented a YJIT acceleration yet.

But since we can now consider the interface stable, we can merge.
@rwstauner
Copy link
Contributor

I rebased to fix CI

@tenderworks tenderworks merged commit 393167a into main Sep 9, 2024
7 checks passed
@tenderworks tenderworks deleted the append-as-bytes branch September 9, 2024 17:33
@tenderworks
Copy link
Contributor

Thanks @casperisfine and @rwstauner !

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

Successfully merging this pull request may close these issues.

4 participants