Skip to content
Snippets Groups Projects
  • Vojtech Moravec's avatar
    bf10676a
    Pass InputData object to stream decompression. · bf10676a
    Vojtech Moravec authored
    Stream compression is in its nature compressing different data every time. That's why we shouldn't work with cached instance options which includes InputData object.
    
    This was a problem when multiple threads tried to compress different data, but were overriding each other InputData info.
    
    Because of this we changed compressVoxels() signature to access InputData.
    bf10676a
    History
    Pass InputData object to stream decompression.
    Vojtech Moravec authored
    Stream compression is in its nature compressing different data every time. That's why we shouldn't work with cached instance options which includes InputData object.
    
    This was a problem when multiple threads tried to compress different data, but were overriding each other InputData info.
    
    Because of this we changed compressVoxels() signature to access InputData.