GSoC idea for interprocess library in D
Arun Chandrasekaran
aruncxy at gmail.com
Wed Mar 13 02:20:39 UTC 2019
Hello,
I would like to propose the idea to develop an interprocess
library similar to Boost::Interprocess in C++
https://www.boost.org/doc/libs/1_63_0/doc/html/interprocess.html
Boost::Interprocess is a very powerful and feature rich library
for developing cross platform server and desktop apps.
Boost.Interprocess offers:
1. shm based queues without relying on the kernel for data
transfer. This is a huge win for low latency apps in the order of
micro seconds)
2. shm based object allocation, construction and destruction.
Etc
Is there an equivalent library in the D ecosystem? What do you
people think about the idea?
Arun
More information about the Digitalmars-d
mailing list