mapbox / vector-tile

C++14 library for decoding Mapbox Vector Tiles
ISC License
49 stars 32 forks source link

Create Benchmarks For 2.x #24

Open flippmoke opened 6 years ago

flippmoke commented 6 years ago

We do not have extensive benchmarks around the encoding and decoding of tiles in the 2.x branch currently. The following are good benchmarks that we could have:

Decode:

Encode:

/cc @GretaCB

GretaCB commented 6 years ago

PR over at https://github.com/mapbox/vector-tile/pull/29