jamescourtney / FlatSharp

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

Support for Sorted-Vector-Dictionaries #68

Closed jamescourtney closed 4 years ago

jamescourtney commented 4 years ago

Add a Dictionary view that sits on top of sorted vectors. Dictionaries are identical on the wire to vectors, but allow an easier programming model, since vectors are not sorted until they are serialized.