atomix
atomix copied to clipboard
Ensure mapped buffers are cleaned in Atomix 2.0
Ensure MappedByteBuffers are cleaned to reclaim memory/resources and ensure mapped files can be deleted. This is done in a manner that's compatible across JVMs. Mostly a cherry pick from current Atomix versions.