GitXplorerGitXplorer
g

queues

public
9 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
051430b651f06be48ee764304932e5dba8229341

add tests for and fix the optimistic reference queue

gglessard committed 5 years ago
Unverified
d28e2140bfde2ad458a5c5207c9a3270a6db01ab

Merge branch 'modern-cas'

gglessard committed 5 years ago
Unverified
2a06ec70075a12957d11c052b88582be710f9811

modernize CAS usage

gglessard committed 5 years ago
Unverified
1b5a77da8f53d69a2ad412193d6ae9365244102f

Revert 61116d2c

gglessard committed 5 years ago
Unverified
df948c07860b88047c5b7b767c17180b28a1c30f

Merge branch 'reorg'

gglessard committed 5 years ago
Unverified
3596ca0d7c278dc9b42716215e39625fb3eb0b1c

remove the single-consumer variant of the Optimistic Lock-free Queue

gglessard committed 5 years ago

README

The README file for this repository.

Queues

Fast, thread-safe queues in Swift

A few implementations of a thread-safe, generic queue in Swift. ARC-based or not, with or without node recycling.

Enjoy.