Java-Direct icon indicating copy to clipboard operation
Java-Direct copied to clipboard

JEP with off heap support to replace portions of Unsafe and other sun.* methods.

Results 1 Java-Direct issues
Sort by recently updated
recently updated
newest added

I have built (like many others) a similar byte mem infrastructure at https://github.com/RuedigerMoeller/fast-serialization/tree/master/src/main/java/org/nustaq/offheap/bytez). Some remarks Bytes class: I'd miss "put( Bytes b, int off, int len)" Additionally, at application level...