Skip to content

Speedup Parser initialization #622

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

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

byroot
Copy link
Member

@byroot byroot commented Oct 17, 2024

Extracted from: #512

Use rb_hash_lookup2 to check for hash key existence instead of going through rb_funcall.

FYI: @luke-gru

Extracted from: ruby#512

Use `rb_hash_lookup2` to check for hash key existence instead
of going through `rb_funcall`.

Co-Authored-By: lukeg <luke.gru@gmail.com>
@byroot byroot merged commit 54b5f2b into ruby:master Oct 17, 2024
73 checks passed
@byroot byroot deleted the hash-key-speedup branch October 17, 2024 17:49
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.

1 participant