Skip to content

Speedup Parser initialization#622

Merged
byroot merged 1 commit intoruby:masterfrom
byroot:hash-key-speedup
Oct 17, 2024
Merged

Speedup Parser initialization#622
byroot merged 1 commit intoruby:masterfrom
byroot:hash-key-speedup

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
@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