Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reconvert spsc unbounded atomic array queue #176

Conversation

neomatrix369
Copy link
Contributor

@neomatrix369 neomatrix369 commented May 11, 2017

  • rename classes
  • reconvert SPSC unbounded array queue to SPSC unbounded atomic array queue

Fully fixes #165

… usages, replicated relevant tests and used Atomic data types wherever needed
… keep with the naming conventions started by creating SpscUnboundedAtomicArrayQueue
…to keep with the naming conventions started by creating SpscUnboundedAtomicArrayQueue
…yyyy to keep with the naming conventions started by creating SpscUnboundedAtomicArrayQueue

And changes to depending classes i.e. SpscChunkedAtomicArrayQueue and SpscGrowableAtomicArrayQueue
…ion after converting the existing SpscUnboundedArrayQueue into an Atomic version
@nitsanw nitsanw merged commit 66ac122 into JCTools:master May 13, 2017
@nitsanw
Copy link
Contributor

nitsanw commented May 13, 2017

Thanks Mani! Looking forward to further contributions and collaborations!

@neomatrix369
Copy link
Contributor Author

Thanks for the support and opportunity @nitsanw, looking forward to contributing more to this project

@neomatrix369
Copy link
Contributor Author

@nitsanw what's the next best issue to pick from the list of git issues

@nitsanw
Copy link
Contributor

nitsanw commented May 23, 2017

@neomatrix369 how about #178 which is similar work? It would be good to have the atomic package consistent with the queues package for the next release. If you can start with a review to map the territory we can split tasks for particular queues and maybe spread the load. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port SPSC linked array queues to atomic versions
2 participants