There are 2 repositories under sharedmemory topic.
Python examples on how to use GStreamer within OpenCV. Now with GPU support! :fire::fire::fire:
JavaScript Object like api, backed by an arraybuffer
Share memory across processes without limits.
Lua state in shared memory: a proof of concept
fast lock free shared memory allocator
Swoole Shared Memory (简称 SSM) 是为了解决 Swoole 常驻内存场景,多进程变量共享问题而开发的组件。
Cross-platform/global/message queue/shared memory/semaphore/automatic unlocking跨平台/全局/消息队列/共享内存/信号量/自动解锁
Linux shared memory wrapper in C++, lock-free queue
A fast multiprocess multiple producer multiple consumer shared memory-based logging facility.
RustBridge is a lightweight yet powerful solution to shared memory communication in Rust. Built for performance and cryptographic integrity in multi-process environments.
Explore the use of shared memory for IPC. This repo offers tutorials and examples on effectively utilizing shared memory between processes. Perfect for beginners and experts alike.
A multi-player client-server treasure hunt game based on Linux system calls & multiprocessing.
Rev76 Sim Racing Widgets - ACC
modbus tcp client that stores its data (registers) in shared memory objects
🎪 My Solution of problems in course Operating System using C.
Multiple simulated scenarios of cars passing a short bridge (threads accessing shared memory).
Two WinForms applications that exchange an image across processes using a named MemoryMappedFile and a named AutoReset event. Image data is handled with OpenCvSharp and displayed in PictureBox controls.
This project is about communication between the server and the client using IPC techniques. Server handles more than 1 lakh client request at a time.
This repository contains sample/test programs which i created during learning process.
A node.js wrapper for shared memory plugin in kart racing pro.
Ejercicios de las APLs de la materia Virtualización de Hardware (3654) - UNLaM - 1C 2024.
This demo illustrates how to exchange cv2 data between processes using shared memory.