b-inary / postflop-solver

[Development suspended] An efficient open-source postflop solver library written in Rust
GNU Affero General Public License v3.0
246 stars 97 forks source link

Add multithreaded compression #42

Closed mhluska closed 1 year ago

mhluska commented 1 year ago

Simple change to enable multi-threaded compression.

b-inary commented 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).