Scooletz / RampUp

.NET library providing performant low-alloc algorithms and structures. Use to speed up your app.
Apache License 2.0
91 stars 10 forks source link

MemoryMapped IUnsafeBuffer #19

Open Scooletz opened 8 years ago

Scooletz commented 8 years ago

Provide an implementation for a shared memory based IUnsafeBuffer. The shared memory enabled IPC communication and writing some parts of the system in other languages than .NET based.