An open API service indexing awesome lists of open source software.

https://github.com/maurodelazeri/shared-memory

Shared memory is an inter-process communication mechanism that allows for multiple, independent processes to access and modify the same portion of system memory for the purpose of sharing data between them
https://github.com/maurodelazeri/shared-memory

go memory shared

Last synced: over 1 year ago
JSON representation

Shared memory is an inter-process communication mechanism that allows for multiple, independent processes to access and modify the same portion of system memory for the purpose of sharing data between them

Awesome Lists containing this project

README

          

# share-memory
Shared memory is an inter-process communication mechanism that allows for multiple, independent processes to access and modify the same portion of system memory for the purpose of sharing data between them