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
- Host: GitHub
- URL: https://github.com/maurodelazeri/shared-memory
- Owner: maurodelazeri
- Created: 2018-07-05T14:10:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T14:14:12.000Z (almost 8 years ago)
- Last Synced: 2025-01-05T09:19:34.540Z (over 1 year ago)
- Topics: go, memory, shared
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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