partio icon indicating copy to clipboard operation
partio copied to clipboard

Incremental IO

Open mikeboers opened this issue 13 years ago • 1 comments

I have some tools I have written against the PRMan point cloud api which I would love to adapt to using this library. However, a couple of the operations we have been running against particularly large point clouds would not be possible on our hardware with this library as it appears to read the entire dataset into RAM.

Is it feasible to adapt this library to also offer a streaming API so I can read/write a point at a time and the entire dataset is not held in RAM?

mikeboers avatar Mar 12 '11 17:03 mikeboers