Skip to content

mmap-sync v2 is a Rust library for concurrent data access, using memory-mapped files, zero-copy deserialization, and wait-free synchronization like cloudflare/mmap-sync but without timeout writer limitations.

License

Notifications You must be signed in to change notification settings

sitano/mmap-sync2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mmap-sync

License

mmap-sync2 is a Rust crate designed to manage high-performance, concurrent data access between a single writer process and multiple reader processes, leveraging the benefits of memory-mapped files, wait-free synchronization, and zero-copy deserialization like cloudflare/mmap-sync but without timeouts.

About

mmap-sync v2 is a Rust library for concurrent data access, using memory-mapped files, zero-copy deserialization, and wait-free synchronization like cloudflare/mmap-sync but without timeout writer limitations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages