Closed mhluska closed 1 year ago
Merged, but I also modified the code so that multithreaded encoding is only enabled with the rayon
feature and uses rayon::current_num_threads()
as the number of workers (ff7a40abb411f3b27589dc6dfd4aa7557c43fcf4).
Simple change to enable multi-threaded compression.