flatbuffers/net/FlatBuffers
Wouter van Oortmerssen f7818d83d7 Changed C# ByteBuffer to use bit shifts instead of BitConverter
BitConverter was excessively slow since it allocates a byte array
at each access.

Bug: 18702381
Change-Id: I47be9c38e1d04287ba4c10bc369848f3e13a2a2f
Tested: on Windows.
2015-03-13 16:59:29 -07:00
..
Properties Added Copyright headers 2015-03-11 17:27:38 -07:00
ByteBuffer.cs Changed C# ByteBuffer to use bit shifts instead of BitConverter 2015-03-13 16:59:29 -07:00
FlatBufferBuilder.cs Regenerated test code + fixed typo in C# FlatBufferBuilder 2015-03-13 13:05:28 -07:00
FlatBufferConstants.cs Added Copyright headers 2015-03-11 17:27:38 -07:00
FlatBuffers.csproj Fixed C# SizedByteArray copying leading bytes of ByteBuffer. 2015-01-16 15:36:25 -08:00
Struct.cs Initial commit of .NET port of FlatBuffers 2014-09-15 16:13:27 -07:00
Table.cs Fixed C# Table.cs to work with Mono. 2015-02-23 15:57:35 -08:00