aglushkov / serega

MIT License
7 stars 0 forks source link

Remove extra allocations #148

Closed aglushkov closed 9 months ago

aglushkov commented 9 months ago

Ruby allocates extra array when forwading methods (probably to forward arguments) As we know methods arity, we can improve this behaviour.