Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support VarHandles in JCTools' MpscGrowableArrayQueue (fixes ##273)
By default Unsafe will be used if available, due to the performance benefits as discussed in [1]. If not available then access will fallback to VarHandles. The queue sanity tests run against both variants. [1] JCTools/JCTools#157
- Loading branch information