Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.
/ rust-scottqueue Public archive

The Queues of Michael and Scott implemented in Rust

License

Notifications You must be signed in to change notification settings

rossdylan/rust-scottqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-scottqueue

The queues of Michael and Scott implemented in rust

Currently Rust only has multi producer single consumer queues. I wanted to have a multi producer, multi consumer queue. So I read the Michael/Scott paper and attempted to implement them. Currently the only stable queue is scottqueue::tlqueue which is the Two Lock queue described in the paper. Work on the Non-Blocking Concurrent Queue is still in progress.

About

The Queues of Michael and Scott implemented in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages