I have found several off heap in memory data storage, such as Chronicle-Map, mapdb, etc... They all have usage of locks (stamped read write lock, or reentrant read write lock).
Is there any data structure that is off heap and lock free on Java? Or is there any off heap data structure that is read-lock-free?