cartographer-project / point_cloud_viewer

View billions of points in your browser.
Apache License 2.0
337 stars 98 forks source link

Make point queries implement Serialize + Deserialize #397

Closed nnmm closed 4 years ago

nnmm commented 4 years ago

The idea is to record real-life queries and build more accurate benchmarks from that.

This was previously blocked by s2 but I have added the trait instances upstream. Until that PR is merged, my fork is used.

nnmm commented 4 years ago

ptal @feuerste

feuerste commented 4 years ago

How about also implementing https://github.com/googlecartographer/point_cloud_viewer/blob/master/src/s2_cells/mod.rs#L159 in this PR, as we change to your branch anyway?

nnmm commented 4 years ago

Sure, done