Registry / utility / high-scale-lib

high-scale-lib

JSON →
library1.1.4javamavenunverified

Provides high-performance, concurrent data structures and utilities for Java.

<dependency> <groupId>com.github.stephenc.high-scale-lib</groupId> <artifactId>high-scale-lib</artifactId> <version>1.1.4</version> </dependency>
INSTALL
IMPORT
SIG · HIGH-SCALE-LIB
H
high-scale-lib
utilityjavav1.1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NonBlockingHashMap
org.cliffc.high_scale_lib.NonBlockingHashMap

Demonstrates using a NonBlockingHashMap from high-scale-lib.

import org.cliffc.high_scale_lib.NonBlockingHashMap; public class Example { public static void main(String[] args) { NonBlockingHashMap<String, String> map = new NonBlockingHashMap<>(); map.put("key", "value"); System.out.println(map.get("key")); } }
Debug
Known issues
gotchaLibrary is no longer actively maintained; consider alternatives like JCTools or ConcurrentHashMap.
fix
Migrate to JCTools or use java.util.concurrent.ConcurrentHashMap for similar functionality.
affects: all
Upgrade
Version history
1.1.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
high-scale-lib — mvn dependency:get high-scale-lib · libregistry