SkillAgentSearch skills...

DirectMemory

DirectMemory is a cache implementation featuring off-heap memory storage (a-la BigMemory) to enable caching of large (or large numbers of) objects without degrading jvm performance. ATTENTION PLEASE: DIRECTMEMORY HAS MOVED TO APACHE - check it out here:

Install / Use

/learn @raffaeleguidi/DirectMemory
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DirectMemory is a multi layered cache implementation featuring off-heap memory storage (a-la BigMemory) to enable caching of java objects without degrading jvm performance. Its main purpose is to act as a second level cache (after a heap based one) to collect large amounts of data without filling up the java heap and thus avoiding long garbage collection cycles. Included in the box is a small set of utility classes to easily handle off-heap memory buffers.

View on GitHub
GitHub Stars153
CategoryDevelopment
Updated7d ago
Forks23

Languages

Java

Security Score

95/100

Audited on Mar 24, 2026

No findings