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 8, 2021
1 parent 01ee9f2 commit 191e3a3
Show file tree
Hide file tree
Showing 2 changed files with 305 additions and 172 deletions.

0 comments on commit 191e3a3

Please sign in to comment.