jar

com.github.antideveloppeur : Pbbl

Maven & Gradle

Oct 03, 2020
1 usages
0 stars

Pbbl · A thread-safe Buffer pool that allows for the automatic reuse of Buffer objects (ByteBuffer, CharBuffer, etc.), which can be over 30x faster than allocating a new ByteBuffer when needed.

Table Of Contents

Latest Version

Download com.github.antideveloppeur : Pbbl JAR file - Latest Versions:

All Versions

Download com.github.antideveloppeur : Pbbl JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 Pbbl-1.0.2-j8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.pbbl

├─ com.github.pbbl.AbstractBufferPool.class - [JAR]

com.github.pbbl.direct

├─ com.github.pbbl.direct.DirectByteBufferPool.class - [JAR]

├─ com.github.pbbl.direct.DirectCharBufferPool.class - [JAR]

├─ com.github.pbbl.direct.DirectDoubleBufferPool.class - [JAR]

├─ com.github.pbbl.direct.DirectFloatBufferPool.class - [JAR]

├─ com.github.pbbl.direct.DirectIntBufferPool.class - [JAR]

├─ com.github.pbbl.direct.DirectLongBufferPool.class - [JAR]

├─ com.github.pbbl.direct.DirectShortBufferPool.class - [JAR]

com.github.pbbl.heap

├─ com.github.pbbl.heap.ByteBufferPool.class - [JAR]

├─ com.github.pbbl.heap.CharBufferPool.class - [JAR]

├─ com.github.pbbl.heap.DoubleBufferPool.class - [JAR]

├─ com.github.pbbl.heap.FloatBufferPool.class - [JAR]

├─ com.github.pbbl.heap.IntBufferPool.class - [JAR]

├─ com.github.pbbl.heap.LongBufferPool.class - [JAR]

├─ com.github.pbbl.heap.ShortBufferPool.class - [JAR]

Advertisement