Quantcast
Channel: C# SharedMemory
Browsing all 20 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Updated Wiki: Home

SharedMemoryC# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)AboutThe SharedMemory class library provides a set of C# classes that utilise a .NET 4...

View Article



Released: SharedMemory 1.1.4 (Dec 04, 2014)

Also available on NuGet https://www.nuget.org/packages/SharedMemory/1.1.4Implemented basic memory-mapped file support for .NET 3.5 Added generic FastStructure class for fast reading/writing of...

View Article

Updated Release: SharedMemory 1.1.4 (Dec 04, 2014)

Also available on NuGet https://www.nuget.org/packages/SharedMemory/1.1.4Implemented basic memory-mapped file support for .NET 3.5Added generic FastStructure class for fast reading/writing of...

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: Home

SharedMemoryC# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)AboutThe SharedMemory class library provides a set of C# classes that utilise memory-mapped...

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: Home

SharedMemoryC# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)AboutThe SharedMemory class library provides a set of C# classes that utilise memory-mapped...

View Article


Updated Wiki: Documentation

Examples The output of the of the following examples is: SharedMemory.Array: 123 456 SharedMemory.CircularBuffer: 123 456 SharedMemory.BufferReadWrite: 123 456For more complex usage examples see the...

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: Documentation

Examples The output of the of the following examples is: SharedMemory.Array: 123 456 SharedMemory.CircularBuffer: 123 456 SharedMemory.BufferReadWrite: 123 456For more complex usage examples see the...

View Article

New Post: Notification

Hi would be nice to have notification to the reader when someone has written into the shared memory

View Article


New Post: Read speed

Am I right in thinking that a read from the array, such as var val = producer[0]; takes around 1ms? I cant seem to get it to read any faster than that, and for a large data set, that's too long for my...

View Article


Source code checked in, #3efccbf6d972de776c832435582f6aa7d74be34b

Merge pull request #19 from kasajian/develop Make unit tests work in 64-bit mode.

View Article

Source code checked in, #82c7e3935df0cae1a1203861b47c39fb4bd7cac2

Fixed SharedBuffer.ReadArray to correctly use index

View Article

Source code checked in, #abb6ca26b93c77d8e3648efa496b782d77aabebf

Fixed CircularBuffer.Write/Read to use startIndex correctly Also renamed parameters to be consistent with SharedBuffer. Added unit test to test read/write using index logic

View Article

Source code checked in, #7a86c1ba8448a411a0b9c81021a5b00222310ff6

FastStructure static constructor prevents incompatible types (#9) Added FastStructureTests

View Article


Source code checked in, #c2143eee592d98a1a760372947ce2480bf0f080a

Updated nuspec release info and appveyor version

View Article

Created Release: SharedMemory 2.0.15 (Jul 25, 2016)

v2.0.15Breaking change: Array, Buffer, and Header classes renamed to SharedArray, SharedBuffer, and SharedHeaderImportant breaking change! CircularBuffer Read/Write operations now allow an index to be...

View Article


Released: SharedMemory 2.0.15 (Jul 25, 2016)

v2.0.15Breaking change: Array, Buffer, and Header classes renamed to SharedArray, SharedBuffer, and SharedHeaderImportant breaking change! CircularBuffer Read/Write operations now allow an index to be...

View Article

Updated Release: SharedMemory 2.0.15 (Jul 25, 2016)

v2.0.15Breaking change: Array, Buffer, and Header classes renamed to SharedArray, SharedBuffer, and SharedHeaderImportant breaking change! CircularBuffer Read/Write operations now allow an index to be...

View Article


Image may be NSFW.
Clik here to view.

Updated Wiki: Home

SharedMemoryC# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)AboutThe SharedMemory class library provides a set of C# classes that utilise memory-mapped...

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: Documentation

Examples The output of the of the following examples is: SharedMemory.SharedArray: 123 456 SharedMemory.CircularBuffer: 123 456 SharedMemory.BufferReadWrite: 123 456For more complex usage examples see...

View Article

Source code checked in, #38cd134c4ba59db53b6e469601d518edf7484cd9

Addresses possible deadlock in BufferReadWrite and SharedArray (fixes #21)

View Article
Browsing all 20 articles
Browse latest View live




Latest Images