jar

com.fasterxml.util : low-gc-memq

Maven & Gradle

Nov 30, 2011
133 stars

Low GC memory queue · In-memory, bounded-size queue data structure that aims at minimizing garbage collection overhead (especially latency)

Table Of Contents

Latest Version

Download com.fasterxml.util : low-gc-memq JAR file - Latest Versions:

All Versions

Download com.fasterxml.util : low-gc-memq JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window low-gc-memq-0.6.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.fasterxml.util.membuf

├─ com.fasterxml.util.membuf.MemBuffer.class - [JAR]

├─ com.fasterxml.util.membuf.MemBuffers.class - [JAR]

├─ com.fasterxml.util.membuf.Segment.class - [JAR]

├─ com.fasterxml.util.membuf.SegmentAllocator.class - [JAR]

Advertisement