util
util copied to clipboard
Useful Java utilities
There are many cases where we want access to the systems nano time. The WallClock API currently only supports getting millisecond level granularity while offering an interface to code to...
Being that you have numerous libraries that depend on this (lsmtree in my case) it would be beneficial to provide a windows library.
After heavy searching, asking [here](http://stackoverflow.com/questions/38293892/java-mmap-fails-on-android-with-mmap-failed-enomem-out-of-memory) and [here](http://stackoverflow.com/questions/38315292/unmapping-or-release-a-mappedbytebuffer-under-android) on SO it looks like this library might solve my problem of unmapping through a native binding - thanks :) ! Do you...