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
Ranking#802220 in MvnRepository (See Top Artifacts)
#86 in Collections

VersionVulnerabilitiesRepositoryUsagesDate
1.0.x
1.0.0Central
0
Feb 24, 2014