Skip to content

haesbaert/ocaml-mpsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lockless Multiple Producer Single Consumer Queue for ocaml-multicore

This is a toy implementation of Dmitry Vuykov's queue in ocaml.

It is lock-free, barrier-free, and the consumer is also atomic-free.

I intend to turn this into a serious library at some point.

About

Lockless Multiple Producer Single Consumer Queue for ocaml-multicore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages