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
Copying large amounts of data from the JVM into native memory works quite well when using arrays of primitives. Translating Scala data into arrays of bytes and then copying that data into native memory would probably result in massive performance boosts for arrays of structs, and structs in general.
The text was updated successfully, but these errors were encountered:
Copying large amounts of data from the JVM into native memory works quite well when using arrays of primitives. Translating Scala data into arrays of bytes and then copying that data into native memory would probably result in massive performance boosts for arrays of structs, and structs in general.
The text was updated successfully, but these errors were encountered: