GitXplorerGitXplorer
g

queues

public
9 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
6abb82e34970b0e310750a2f9019452b03e98f25

remove an unused method

gglessard committed 5 years ago
Unverified
d2294fb53119e266b0819c14abb8086300495ff0

move and adjust Xcode project

gglessard committed 5 years ago
Unverified
ac4eb8dbc3a4e967b1d5abfe046a875cb5fc3b4a

Restate QQ project in the form of a Swift package

gglessard committed 5 years ago
Unverified
61116d2c00bba071b4147505b9d7bf9b95f6b229

a more prudent node-recycling pool for the M+S queue

gglessard committed 5 years ago
Unverified
84d60db4d48da5b63f66900b568c135fd5a35e9e

project file adjustment

gglessard committed 5 years ago
Unverified
e8caf28f7ee967ef434e5278060612003c2f299b

improve calculations for memory allocations

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.