2 रिपॉजिटरी
Mechanisms for coordinating concurrent read and write access to shared data stores across multiple operating system processes.
Distinct from Reactive Data Sharing: The candidates focus on reactive sharing within a single process or network-level port sharing, whereas this is about shared-memory storage synchronization.
Explore 2 awesome GitHub repositories matching data & databases · Inter-Process Data Synchronization. Refine with filters or upvote what's useful.
MMKV is a high-performance, cross-platform key-value storage framework designed for mobile platforms and POSIX environments, including Android, iOS, macOS, and Windows. It provides a persistence layer that utilizes memory-mapped files and binary serialization to achieve low-latency data access. The project distinguishes itself through native support for multi-process synchronization, allowing concurrent read and write operations across different application processes. It also implements security via AES encryption for data at rest, featuring symmetric encryption and key rotation to protect st
Implements native synchronization to allow concurrent read and write operations across different application processes.
This project provides a high-performance key-value storage solution for mobile applications, utilizing memory-mapped files to enable rapid read and write operations. It functions as a persistent data layer that integrates directly with the JavaScript runtime to minimize overhead, while supporting reactive state synchronization to ensure interface components update automatically when stored data changes. The storage system distinguishes itself through its ability to manage multiple independent database instances, which organizes data by module and prevents collisions between application compon
Coordinates concurrent read and write operations across multiple application processes and extensions to ensure reliable data sharing.