Java Based Memory, Process, and Module Interfacing
This library is licensed under Apache License 2.0.
Feel free to fork or use this project as long as you credit me for my work.
compile 'com.github.jonatino:Java-Memory-Manipulation:2.1.2'
<dependency>
<groupId>com.github.jonatino</groupId>
<artifactId>Java-Memory-Manipulation</artifactId>
<version>2.1.2</version>
<type>pom</type>
</dependency>
- Java Native Access (JNA) as the backbone for interfacing with native libraries
- Zero-Allocation-Hashing for lighting quick garbage free hashing
- fastutil for their primitive collections and zero allocation collections
- GUI
- Documentation
- Unit testing
I highly recommend YourKit Java Profiler for any preformance critical application you make.
Check it out at https://www.yourkit.com/