Closed sisshiki1969 closed 7 months ago
Object#send is slow. It calls another method from within a method, which is slow because there is no inline cache.
This PR optimize this by:
Object#send is slow. It calls another method from within a method, which is slow because there is no inline cache.
This PR optimize this by: