jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
511 stars 51 forks source link

Across the board performance improvements #67

Closed jamescourtney closed 4 years ago

jamescourtney commented 4 years ago

Use generics and structs to bypass vtable lookups for input buffers and span writers, optimize serialization code, remove aggressive inlining tags