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.

License

License

Categories

Categories

IDE Development Tools Ant Build Tools
GroupId

GroupId

com.github.antideveloppeur
ArtifactId

ArtifactId

Pbbl
Last Version

Last Version

1.0.2-j8
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/Antideveloppeur/Pbbl
Source Code Management

Source Code Management

https://github.com/Antideveloppeur/Pbbl

Download Pbbl

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.antideveloppeur/Pbbl/ -->
<dependency>
    <groupId>com.github.antideveloppeur</groupId>
    <artifactId>Pbbl</artifactId>
    <version>1.0.2-j8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.antideveloppeur/Pbbl/
implementation 'com.github.antideveloppeur:Pbbl:1.0.2-j8'
// https://jarcasting.com/artifacts/com.github.antideveloppeur/Pbbl/
implementation ("com.github.antideveloppeur:Pbbl:1.0.2-j8")
'com.github.antideveloppeur:Pbbl:jar:1.0.2-j8'
<dependency org="com.github.antideveloppeur" name="Pbbl" rev="1.0.2-j8">
  <artifact name="Pbbl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.antideveloppeur', module='Pbbl', version='1.0.2-j8')
)
libraryDependencies += "com.github.antideveloppeur" % "Pbbl" % "1.0.2-j8"
[com.github.antideveloppeur/Pbbl "1.0.2-j8"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2-j8