-
Updated
May 15, 2020 - C
#
shared-memory
Here are 214 public repositories matching this topic...
A fast, lock-free, shared memory user data cache for PHP
Extended Memory Semantics - Persistent shared object memory and parallelism for Node.js and Python
javascript
python
json
json-data
parallel
openmp
multithreading
persistent-data-structure
non-volatile-memory
persistent-memory
persistent-data
shared-memory
ems
extended-memory-semantics
-
Updated
Jul 14, 2019 - JavaScript
elfring
commented
Jan 10, 2017
Would you like to replace any double quotes by [angle brackets around file names for include statements](https://stackoverflow.com/questions/21593/what-is-the-difference-between-include-filename-and-include-filename "What is the difference between #include <filena
Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes
c
linux
nosql
atomic
high-performance
ipc
zero-copy
multi-process
in-memory
logging-library
mmap
concurrent
shared-memory
hash-tables
memory-mapped
spin-lock
key-value-store
in-place
ipc-queue
memory-holes
-
Updated
Jun 28, 2019 - C
jdinan
commented
Feb 7, 2020
A connection-oriented persistent message queue framework based on TCP or SHM(shared memory)
-
Updated
May 4, 2020 - C++
1
eCAL - enhanced Communication Abstraction Layer
serialization
hpc
udp
soa
client-server
publish-subscribe
shared-memory
autonomous-driving
interprocess-communication
capnproto
google-protobuf
google-flatbuffers
iceoryx
-
Updated
May 7, 2020 - C++
An open-source high performance library for image processing
-
Updated
Apr 27, 2019 - C++
Shared Memory Objects for Node
-
Updated
Apr 16, 2020 - C++
Low-latency java socket implementation (using shared memory)
-
Updated
Nov 4, 2019 - Java
traffic-shm (Anna) is a Java based lock free IPC library.
java
queue
cross-platform
async
ipc
ringbuffer
alignment
mmap
lock-free
inter-process-communication
shared-memory
fifo
anna
mmf
traffic-shm
memory-mapped-file
mapped-file
false-sharing
cache-line-padding
-
Updated
Sep 11, 2019 - Java
Fast C++ IPC using shared memory (with msgpack)
-
Updated
May 25, 2020 - C++
RPMsg implementation for small MCUs
-
Updated
Dec 20, 2019 - C
A highly optimized single producer single consumer message queue C++ template
-
Updated
May 6, 2020 - C++
Web Locks API
nodejs
synchronization
async
parallel
lock
deadlock
multithreading
locks
locking
semaphore
await
mutex
threads
shared-memory
synchronize
race-detection
atomics
sharedarraybuffer
data-race
web-locks
-
Updated
Mar 20, 2020 - JavaScript
Speed tables is a high-performance memory-resident database. The speed table compiler reads a table definition and generates a set of C access routines to create, manipulate and search tables containing millions of rows. Currently oriented towards Tcl.
-
Updated
Apr 10, 2019 - Tcl
A bounded wait-free(almost) zero-copy MPMC queue written in C++11, which can also reside in SHM for IPC
-
Updated
Nov 4, 2018 - C++
System V shared memory emulation on Android using ashmem.
-
Updated
Jul 21, 2019 - C
Quad/octree building for FMMs in Python and OpenCL
python
opencl
octree
parallel-computing
scientific-computing
parallel-algorithm
shared-memory
quadtree
pyopencl
fast-multipole-method
fmm
-
Updated
May 28, 2020 - Python
The core parallel and shared memory library used by Hack, Flow, and Pyre
-
Updated
Apr 29, 2020 - OCaml
List shared object dependencies of a portable executable (PE)
-
Updated
Nov 17, 2019 - C++
a fast and light-weighted key-value store library
cpp
lock-free
shared-memory
prefix-search
key-value-store
multi-process-concurrency
multi-thread-concurrency
-
Updated
May 26, 2020 - C++
IPC shared memory for NodeJs. Use as Buffer or TypedArray.
-
Updated
Sep 26, 2019 - C++
A reactive driver for Aeron transport (https://github.com/real-logic/aeron)
-
Updated
Mar 22, 2020 - Java
Open
Add Documentation
alxest
commented
Dec 16, 2017
- What is the motivation of separating
wfandconsistentin theModule Configuration?
It seems both has the same type and sameinit/preservationproperty
A multi-producer single consumer queue C++ template suitable for async logging with SHM IPC support
-
Updated
Oct 18, 2018 - C++
Improve this page
Add a description, image, and links to the shared-memory topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shared-memory topic, visit your repo's landing page and select "manage topics."
Looks like there's no example using vector types defined in cltypes while the doc itself for these types are not so understandable. There are many examples having kernels taking vector type arguments, but the python code is using the
numpytype, instead of the defined vector type. E.g. https://github.com/inducer/pyopencl/blob/master/examples/demo_elementwise_complex.py