Skip to content

Commit

Permalink
Support VarHandles in JCTools' MpscGrowableArrayQueue (fixes ##273)
Browse files Browse the repository at this point in the history
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
ben-manes committed Feb 16, 2021
1 parent 7ed20e4 commit 57d6772
Show file tree
Hide file tree
Showing 2 changed files with 305 additions and 172 deletions.

0 comments on commit 57d6772

Please sign in to comment.