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
Process 32 values at a time in unpackLongs instead of 8, reducing
the number of method calls by 4x during double vector decompression.
Only applied to the long (double) path; int (float) unpacking is
unchanged as JIT produces better code with the original 8-value path.
0 commit comments