mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-04-21 02:26:31 +02:00
quick comment
This commit is contained in:
parent
d0863fbdc4
commit
8550bbc3a3
@ -67,6 +67,7 @@ namespace Capnp
|
|||||||
throw new InvalidDataException("Expected more bytes according to framing header");
|
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++)
|
for (int j = 0; j < buffers[i].Length; j++)
|
||||||
{
|
{
|
||||||
var value = BitConverter.ToUInt64(tmpBuffer, j*8);
|
var value = BitConverter.ToUInt64(tmpBuffer, j*8);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user