quick comment

This commit is contained in:
Chris Wheeler 2019-06-22 19:46:52 -04:00
parent d0863fbdc4
commit 8550bbc3a3

View File

@ -67,6 +67,7 @@ namespace Capnp
throw new InvalidDataException("Expected more bytes according to framing header");
}
// Fastest way to do this without /unsafe
for (int j = 0; j < buffers[i].Length; j++)
{
var value = BitConverter.ToUInt64(tmpBuffer, j*8);