You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize rb_ary_new_from_values() by using UnwrapCArrayNode
* Using an ArrayBuilderNode would be possible, but seems suboptimal
given it remembers the maximum length, and probably most usages do
not pass only simple primitives.
0 commit comments