Skip to content

0xULT/shm_queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shared Memory Queue

  • thread safe lock free ring buffers that seek to minimize false sharing
  • shameless port of two Golang implementations
    • SPSC: https://github.com/andy2046/gopie/blob/master/pkg/spsc/spsc.go
    • MPMC: https://github.com/hedzr/go-ringbuf/tree/master/mpmc

TODO

  • add in memory mapped versions that allow for usage across different processes

About

Shared memory queues (channels) in Odin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published