Skip to content
/ LGMP Public

A shared memory message based broadcast system using atomic interlocking.

License

Notifications You must be signed in to change notification settings

gnif/LGMP

Folders and files

NameName
Last commit message
Last commit date
Aug 15, 2021
Mar 5, 2025
Mar 8, 2025
Jan 9, 2020
Mar 5, 2025
Mar 5, 2025
Mar 5, 2025
Apr 9, 2023
Jan 9, 2020
Apr 14, 2023
Apr 9, 2023
Jan 9, 2020
Aug 11, 2020
Apr 9, 2023
Mar 5, 2025

Repository files navigation

Looking Glass Memory Protocol

This library provides a message based broadcast system over shared memory to multiple listeners making full use of atomic locking and is safe to use across Virtual Machine boundaries as used in the Looking Glass project.