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
The current implementation of read_be_u16 function leads to a
significant performance degradation given a necessary loop
unrolling. Using this stub, we read the same information from
the buffer while avoiding the loop, thus, notably improving
performance.
Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
0 commit comments