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
Maybe ByteBuffer are faster than the current memory segment system, since JDK developer can implement instrinstics for them. ByteBuffer.allocateDirect(n * Integer.BYTES).order(ByteOrder.nativeOrder()).asIntBuffer()
Maybe ByteBuffer are faster than the current memory segment system, since JDK developer can implement instrinstics for them. ByteBuffer.allocateDirect(n * Integer.BYTES).order(ByteOrder.nativeOrder()).asIntBuffer()
https://twitter.com/CZ_JanecekPetr/status/1333522238910443524
The text was updated successfully, but these errors were encountered: