An low latency, lock free, primitive bounded blocking queue backed by an int[]. This class mimics the interface of {@linkplain java.util.concurrent.BlockingQueue BlockingQueue}, however works with primitive ints rather than objects, so is unable to actually implement the BlockingQueue. This class takes advantage of the Unsafe.putOrderedObject, which allows us to create non-blocking code with guaranteed writes. These writes will not be re-orderd by instruction ...

LicenseApache 2.0
CategoriesCollections
Tagsconcurrentqueuestructuresdatacollections
HomePage http://www.boundedbuffer.co.uk 🔍 Inspect URL
DateFeb 24, 2014
Filespom (9 KB)  jar (16 KB)  View All
RepositoriesCentralSonatype
Ranking#802220 in MvnRepository (See Top Artifacts)
#86 in Collections
VulnerabilitiesVulnerabilities from dependencies:
CVE-2020-15250

Scope:
Scope:
Format:
Scope:
Scope:
Scope:
Scope:
Scope:
Scope:

Compile Dependencies (2)

Category/License Group / ArtifactVersionUpdates
Maven Plugins
Apache 2.0
com.sun.japex » japex-maven-plugin 1.2.4
Mocking
MIT
org.mockito » mockito-core 1.9.55.20.0

Test Dependencies (2)

Category/License Group / ArtifactVersionUpdates
Microbenchmarks
Apache 2.0
com.sun.japex » japex 1.2.4
Testing
EPL 2.0
junit » junit1 vulnerability 4.8.26.0.1

Licenses

LicenseURL
The Apache Software License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt

Developers

NameEmailDev IdRolesOrganization
Rob Austinrob.austin<at>boundedbuffer.com