gadomski / las-rs

Read and write ASPRS las files, Rust edition.
MIT License
73 stars 32 forks source link

Make `laz` be the parallel version, and add a `laz-single-threaded` (or something) to be the more verbose but smaller type #72

Closed gadomski closed 6 months ago

gadomski commented 6 months ago
          Then I'm inclined to flip the flags — make `laz` be the parallel version, and add a `laz-single-threaded` (or something) to be the more verbose but smaller type. I think _most_ folks will want parallel (who doesn't like speed?).

Originally posted by @gadomski in https://github.com/gadomski/las-rs/issues/70#issuecomment-2038247054