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

Replace signatures accepting two ByteChunks with one #1

Closed Scooletz closed 8 years ago

Scooletz commented 8 years ago

Write related methods currently accept two ByteChunk structs. This has been caused by the fact that Envelope is passed as a separate ref to the message chunk. This implies signatures for following:

This task involves