justinstenning / SharedMemory

C# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)
https://www.nuget.org/packages/SharedMemory
Other
566 stars 118 forks source link

SharedMemory.SharedDictionary could be an excellent type #68

Open fengwusheng opened 10 months ago

fengwusheng commented 10 months ago

Supporting SharedMemory.SharedDictionary<string, string> or even SharedMemory.SharedDictionary<string, object> could be great, it can be a flexible KV server.