You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking change: Array, Buffer, and Header classes renamed to SharedArray, SharedBuffer, and SharedHeader
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!
Circular buffer keeps track of amount written to a node and uses this during read operations
SharedArray implements IList
ArraySlice implementation added
FastStructure now performs type compatibility check within static constructor
A couple of bug fixes
A number of unit test fixes, minor corrections to comments and changes to make parameter names consistent