bertt / mapbox-vector-tile-cs

A .NET library for decoding a Mapbox vector tile
MIT License
74 stars 16 forks source link

To Protobuf-net 3.0 #18

Closed bertt closed 4 years ago

bertt commented 6 years ago

There is an alpha version of protobuf-net available https://www.nuget.org/packages/protobuf-net/3.0.0-alpha.3 , which should have 'significant performance improvements in all read scenarios' according to the release notes (https://mgravell.github.io/protobuf-net/releasenotes#)

Questions: can we switch to 3.0, and if so what code changes are needed and what are the performance benefits?

bertt commented 4 years ago

protobuf-net 3.0.29 is used now