util icon indicating copy to clipboard operation
util copied to clipboard

Useful Java utilities

Results 13 util issues
Sort by recently updated
recently updated
newest added

The `madvise` system call is actually kind of important in more scenarios that you've covered, and the POSIX values are the same in OSX and linux (I checked .h files...

The blog post introducing util-mmap suggests using AtomicSharedReference for thread safety. It looks like this is just a reference counter so that it can unmap files safely when no longer...

Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.0.1 to 2.4.2. Release notes Sourced from gradle/gradle-build-action's releases. v2.4.2 This release disables the save/restore of configuration-cache data, since this functionality has been shown to be problematic....

dependencies
github_actions

How to get a ByteBuffer from a memory ?

[Parallel builds](https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:parallel_execution). This project contains multiple modules. Parallel builds can improve the build speed by executing tasks in parallel. We can enable this feature by setting `org.gradle.parallel=true`. [File system watching](https://blog.gradle.org/introducing-file-system-watching)....

GH #12 - Added Contribution Guidelines in CONTRIBUTING.md

To better inform followers on how to contribute to this library, lets add a CONTRIBUTING.md

Copied from an Indeed internal improvement request: > VarExporter.export traverses and exports @Export-annotated methods more than once in some scenarios. Make it stop doing that. > > In particular, this...

help wanted

I am using util/mmap from maven. When I use : ` Stat.stat(file.getAbsolutePath()).getcTime()` I have these following warning: WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by...