James Courtney

Results 6 issues of James Courtney

FlatSharp (https://github.com/jamescourtney/FlatSharp) is a high performance implementation of Google Flatbuffers specifically for .NET.

This is a set of tracking issues to consider for FlatSharp 7, whenever that becomes a thing. For anyone reading, this does not indicate that FlatSharp 7 is imminent, or...

This thread is to document design and other considerations for supporting https://github.com/google/flatbuffers/issues/7537. Support for this in FlatSharp will be nontrivial, but is something that people periodically ask for. On a...

Over the years, FlatSharp has gotten better at reducing allocations. Initially, everything was a class: Tables, Structs, Unions, and Vectors. Now, structs are optionally value types and unions are always...

help wanted