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
[util-core] Avoid unnecessary allocations in ByteArray.extract
Unapply in pattern matching creates a tuple and unnecessarily boxes integers. Rewriting it in a more imperative style for efficiency.
Differential Revision: https://phabricator.twitter.biz/D1173579
0 commit comments