IPC shared memory #4116
jdgriffith
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Bun supports Bun.mmap which in theory could be used for this, but in practice it's still kind of difficult |
Beta Was this translation helpful? Give feedback.
1 reply
-
I just remembered a couple years ago that I got stuck on shared memory (https://github.com/Karsens/pluribus-poker-bot-js/issues/2) with node.js It would be insanely cool if we could have this in Bun in Typescript |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Offer an easy and native way to share memory between processes. This would be more efficient than passing messages of data around.
Beta Was this translation helpful? Give feedback.
All reactions