Skip to content

GoldsteinE/memequeue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a shared mem(e)ory queue

This is an experimental library for fast IPC on Linux. Judging by my preliminary benchmarks it’s much faster and more consistent than passing messages over Unix-domain sockets. You can try running benchmarks yourself, they’re in benchmarks/ directory.

It’s very much WIP, eventfd synchronization is totally broken and there’s no async support yet. If you want to be notified on the first proper release, please subscribe to GitHub releases by clicking Watch -> Custom -> Releases.

About

[WIP] Shared-memory queue for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages