hobuinc / greyhound

Greyhound is a point cloud streaming server. It should be considered deprecated for now. Use Entwine and Entwine Point Tile directly if you just want to serve point cloud web services.
https://greyhound.io
Apache License 2.0
131 stars 51 forks source link

Serialization #6

Closed connormanning closed 9 years ago

connormanning commented 10 years ago

We shouldn't need to store every active pipeline's PointBuffer and KD/Quad index in RAM. Allow serialization to disk.

connormanning commented 9 years ago

Done.