• Christopher Cifra's avatar
    C# support for directly reading and writting to memory other than byte[]. For… · d0321df8
    Christopher Cifra authored
    C# support for directly reading and writting to memory other than byte[].  For example, ByteBuffer can be initialized with a custom allocator which uses shared memory / memory mapped files. (#4886)
    
    Public access to the backing buffer uses Span<T> instead of ArraySegment<T>.
    
    Writing to the buffer now supports Span<T> in addition to T[].
    
    To maintain backwards compatibility ENABLE_SPAN_T must be defined.
    d0321df8
Name
Last commit
Last update
..
Properties Loading commit data...
Resources Loading commit data...
Assert.cs Loading commit data...
ByteBufferTests.cs Loading commit data...
FlatBufferBuilderTests.cs Loading commit data...
FlatBuffers.Test.csproj Loading commit data...
FlatBuffersExampleTests.cs Loading commit data...
FlatBuffersFuzzTests.cs Loading commit data...
FlatBuffersTestClassAttribute.cs Loading commit data...
FlatBuffersTestMethodAttribute.cs Loading commit data...
FuzzTestData.cs Loading commit data...
Lcg.cs Loading commit data...
NetTest.sh Loading commit data...
Program.cs Loading commit data...
TestTable.cs Loading commit data...