#operations #processes #serialization

atomic-ops

Performs atomic operations in the filesystem

2 releases

new 0.1.1 Apr 19, 2024
0.1.0 Apr 19, 2024

#690 in Encoding

Download history 172/week @ 2024-04-15

172 downloads per month

MIT license

43KB
1K SLoC

AtomicOps Readme

AtomicOps is a Rust library that assists in performing atomic operations. It aims to provide an easy-to-use and efficient way of managing data synchronization across multiple threads or processes.

Features

  1. Atomicity: All operations performed using FusionSync are guaranteed to be atomic, ensuring that they will execute without interference from other threads or processes.
  2. Thread safety: The library is designed to be thread-safe, meaning that multiple threads can safely use it at the same time without causing data corruption or inconsistencies.
  3. Cross-platform compatibility: AtomicOps is built using platform-independent code and has been tested on various operating systems including Windows, Linux, and macOS.

Dependencies

~3.5–5MB
~92K SLoC