[][src]Function laz::las::laszip::par_decompress_buffer

pub fn par_decompress_buffer(
    compressed_points_data: &[u8],
    decompressed_points: &mut [u8],
    laz_vlr: &LazVlr
) -> Result<()>

Decompresses all points from the buffer in parallel.

Each chunk is sent for decompression in a thread.

Just like decompress_buffer but the decompression is done using multiple threads

Important

All the points in the doc of decompress_buffer applies to this fn with the addition that the chunk table IS mandatory