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
Delegate Int|Short|Long.reverseBytes to Java Stdlib (#414)
JVM's JIT compiler can't pattern match bytes reversal,
so it's worth explicitly delegating to Java Stdlib functions,
that are intrinsics candidates.
For long values, the new implementation shows 20% perf improvement for reversal itself.
Functions depending on it, like readXXXLe or writeXXXLe also show
some moderate performance improvement from the change.
0 commit comments