-
Notifications
You must be signed in to change notification settings - Fork 982
Useful Libraries
Paul Rogers edited this page Jan 10, 2020
·
3 revisions
JOL (Java Object Layout) is the tiny toolbox to analyze object layout schemes in JVMs. These tools use Unsafe, JVMTI, and Serviceability Agent (SA) heavily to decoder the actual object layout, footprint, and references. This makes JOL much more accurate than other tools relying on heap dumps, specification assumptions, etc.
Airlift is a framework for building REST services in Java. This project is used as the foundation for distributed systems like Presto.
Slice is a Java library for efficiently working with heap and off-heap memory.