License |
License |
---|---|
GroupId | GroupIdcom.github.jhg023 |
ArtifactId | ArtifactIdPbbl |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPbbl
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Pbbl-1.0.2.pom | |
Pbbl-1.0.2.jar | 15 KB |
Pbbl-1.0.2-sources.jar | 21 KB |
Pbbl-1.0.2-javadoc.jar | 470 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jhg023/Pbbl/ -->
<dependency>
<groupId>com.github.jhg023</groupId>
<artifactId>Pbbl</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jhg023/Pbbl/
implementation 'com.github.jhg023:Pbbl:1.0.2'
// https://jarcasting.com/artifacts/com.github.jhg023/Pbbl/
implementation ("com.github.jhg023:Pbbl:1.0.2")
'com.github.jhg023:Pbbl:jar:1.0.2'
<dependency org="com.github.jhg023" name="Pbbl" rev="1.0.2">
<artifact name="Pbbl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jhg023', module='Pbbl', version='1.0.2')
)
libraryDependencies += "com.github.jhg023" % "Pbbl" % "1.0.2"
[com.github.jhg023/Pbbl "1.0.2"]