Skip to content

SharedMemory 2.0.15

Compare
Choose a tag to compare
@justinstenning justinstenning released this 25 Jul 10:50
· 43 commits to master since this release
  1. Breaking change: Array, Buffer, and Header classes renamed to SharedArray, SharedBuffer, and SharedHeader
  2. Important breaking change! CircularBuffer Read/Write operations now allow an index to be specified. Check existing code as it may be passing a timeout value into index!
  3. Circular buffer keeps track of amount written to a node and uses this during read operations
  4. SharedArray implements IList
  5. ArraySlice implementation added
  6. FastStructure now performs type compatibility check within static constructor
  7. A couple of bug fixes
  8. A number of unit test fixes, minor corrections to comments and changes to make parameter names consistent