Here are
34 public repositories
matching this topic...
Python examples on how to use GStreamer within OpenCV. Now with GPU support! 🔥 🔥 🔥
Updated
Dec 12, 2021
Python
Share memory across processes without limits.
Updated
Dec 19, 2021
Java
Lua state in shared memory: a proof of concept
共享内存字典,使用共享内存存储数据,进程没了数据还在
Swoole Shared Memory (简称 SSM) 是为了解决 Swoole 常驻内存场景,多进程变量共享问题而开发的组件。
Python shared memory library based an posix-ipc.
Updated
Nov 27, 2021
Python
Linux shared memory wrapper in C++, lock-free queue
A fast multiprocess multiple producer multiple consumer shared memory-based logging facility.
Blog with tech related stuff
template for shared memory
fast lock free shared memory allocator
Технопарк ДЗ Углублённый С++ / Mail.ru Technopark Advanced C++ Courses Homework
Cross-platform/global/message queue/shared memory/semaphore/automatic unlocking跨平台/全局/消息队列/共享内存/信号量/自动解锁
This repository contains sample/test programs which i created during learning process.
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.
Updated
Jul 13, 2021
Shell
Multiple simulated scenarios of cars passing a short bridge (threads accessing shared memory).
Updated
May 19, 2019
Python
modbus tcp client that stores its data (registers) in shared memory objects
Make shared variables between threads in Love2D
Repository containing source code for Operating System projects using UNIX based Operating Systems
A luajit shared memory typed array. Inspired by npm shm-typed-array.
Updated
Apr 11, 2019
HTML
A Shared Memory library for inter-process communication (IPC).
A Systems Integration Practical with an Unmanned Ground Vehicle
A simple bufferd logging library using ipc shared memory.
dump content of a shared memory object to stdout
Updated
Mar 18, 2022
CMake
Improve this page
Add a description, image, and links to the
sharedmemory
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
sharedmemory
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
When creating hashmap,
when check if keys already exists even thu it's guaranteed to be not, because we use
hashMapInsertUpdateKeyIsPointerReturnNodeand not dedicated functionhttps://github.com/Bnaya/objectbuffer/blob/develop/src/internal/hashmap/hashmap.ts#L89-L95
Also maybe avoid re-hash on creation if it comes to re balance.