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
{{ message }}
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
There's some duplication right now, because these are performance-sensitive code pathways and avoiding the allocations that valueDecoder needs is a meaningful performance gain when one is just walking refs.
Still, it smells like there's a better approach here. We need to try some ideas and see if any will work while causing only small performance degradations.
There's some duplication right now, because these are performance-sensitive code pathways and avoiding the allocations that
valueDecoder
needs is a meaningful performance gain when one is just walking refs.Still, it smells like there's a better approach here. We need to try some ideas and see if any will work while causing only small performance degradations.
FYI @arv @rafael-atticlabs
The text was updated successfully, but these errors were encountered: