jar

com.github.jhg023 : Pbbl

Maven & Gradle

May 26, 2020
1 usages
35 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.jhg023 : Pbbl JAR file - Latest Versions:

All Versions

Download com.github.jhg023 : 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.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

Dependencies from Group

Aug 28, 2020
3 usages
175 stars
Feb 04, 2019
1 usages
12 stars
May 26, 2020
1 usages
35 stars

Discover Dependencies

Oct 14, 2021
3 usages
Jun 17, 2020
1 usages
Feb 21, 2020
14 usages
567 stars
Feb 26, 2019
1 usages
4 stars
Nov 13, 2022
6 usages
42.9k stars
Sep 09, 2019
103 usages
56 stars