Last Version

Off Heap Large Collections 1.0

Collections that are stored directly off heap, suitable for very large data structures that might not work with regular situations due to GC

License

License

Categories

Categories

MINA Net Networking
GroupId

GroupId

com.github.mina-asham
ArtifactId

ArtifactId

offheap-largecollections
Version

Version

1.0
Type

Type

jar
Description

Description

Off Heap Large Collections
Collections that are stored directly off heap, suitable for very large data structures that might not work with regular situations due to GC
Project URL

Project URL

https://github.com/mina-asham/OffHeapLargeCollections
Source Code Management

Source Code Management

http://github.com/mina-asham/OffHeapLargeCollections

Download offheap-largecollections 1.0


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

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.18

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.0.0
org.jmockit : jmockit jar 1.34

Project Modules

There are no modules declared in this project.