PotreeConverter icon indicating copy to clipboard operation
PotreeConverter copied to clipboard

After some time, #threads drop to 1 with --encoding BROTLI

Open m-schuetz opened this issue 3 years ago • 0 comments

CPU usage during indexing initially at around 80%, drops down to 10% after about 5% of indexing is done.

  • Could probably be an output bottleneck
  • Is compress() (indexer.cpp) limited to one thread?
    • compress is writeAndUnload -> compress
  • Or is the writer backlog not computed correctly for compressed data? (check waitUntilWriterBacklogBelow)

m-schuetz avatar Dec 20 '21 17:12 m-schuetz