sharedmemory
There are 51 repositories under sharedmemory topic.
mad4ms/python-opencv-gstreamer-examples
Python examples on how to use GStreamer within OpenCV. Now with GPU support! :fire::fire::fire:
Bnaya/objectbuffer
JavaScript Object like api, backed by an arraybuffer
zhanggaoming/android-ipc
a ipc library for android
NewtronLabs/SharedMemory
Share memory across processes without limits.
shdown/lua-shm-state-poc
Lua state in shared memory: a proof of concept
MihirLuthra/shm_alloc
fast lock free shared memory allocator
yongxin-ms/smd
共享内存字典,使用共享内存存储数据,进程没了数据还在
Zentetsu/SharedMemory
Python shared memory library based on posix-ipc.
Yurunsoft/swoole-shared-memory
Swoole Shared Memory (简称 SSM) 是为了解决 Swoole 常驻内存场景,多进程变量共享问题而开发的组件。
xszbzb/MessageQueue
Cross-platform/global/message queue/shared memory/semaphore/automatic unlocking跨平台/全局/消息队列/共享内存/信号量/自动解锁
mhy12345/SharedApplication
Linux shared memory wrapper in C++, lock-free queue
AmbrSb/multiprocess-logger
A fast multiprocess multiple producer multiple consumer shared memory-based logging facility.
cwlmyjm/SharedMemory
template for shared memory
braunbearded/sharedmemory
Blog with tech related stuff
JonathanCrossland/rev76
Rev76 Sim Racing Widgets - ACC
SHMModbus/modbus_tcp_client_shm
modbus tcp client that stores its data (registers) in shared memory objects
sltn011/AdvCpp-HW
Технопарк ДЗ Углублённый С++ / Mail.ru Technopark Advanced C++ Courses Homework
ANSANJAY/IPCviaSharedMemory
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.
arthurlm/pyarraypool
Manage shared memory pool of np.ndarray
EslamAsHhraf/Operating-System
🎪 My Solution of problems in course Operating System using C.
fregkos/short-bridge-problem
Multiple simulated scenarios of cars passing a short bridge (threads accessing shared memory).
Jas000n/find_hidden_treasure
A multi-player client-server treasure hunt game based on Linux system calls & multiprocessing.
MrcSnm/LOVE-SharedMemory
Make shared variables between threads in Love2D
neur1n/NeuShM
A Shared Memory library for inter-process communication (IPC).
pcapurro/42lem-ipc
A 2D game simulation of processes communicating and interacting.
tejpcode/ServerCommUsingIPC
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.
vivekkushwaha39/wisdomtree
This repository contains sample/test programs which i created during learning process.
Max00358/Multi_Processes_Image_Concatenation
ECE 252 Lab 3: Solving producer-consumer problem in the context of taking image strips from the server and concatenating them to form a complete image using processes
npranav7619/IPC-through-Shared-Memory
Basic implementation of IPC through shared memory
krp-races/krp-sharedmemory-client
A node.js wrapper for shared memory plugin in kart racing pro.
leandrojsandoval/VirtualizacionDeHardware
Ejercicios de las APLs de la materia Virtualización de Hardware (3654) - UNLaM
mrk-andreev/demo-cv-pipeline
This demo illustrates how to exchange cv2 data between processes using shared memory.