microsoft / IPC

IPC is a C++ library that provides inter-process communication using shared memory on Windows. A .NET wrapper is available which allows interaction with C++ as well.
Other
484 stars 119 forks source link

[managed] Add other containers #14

Open ara-ayvazyan opened 7 years ago

ara-ayvazyan commented 7 years ago

Currently only IVector is available. Would be good to add other containers such as list, set, map etc.