Closed adammoody closed 11 months ago
This branch adds options to encode/decode XOR and RS with pthreads and OpenMP. Currently, there is no pthread implementation for Reed-Solomon rebuild, only for encoding.
XOR
RS
These must be enabled through new CMake options:
-DENABLE_PTHREADS=ON -DENABLE_OPENMP=ON
This branch adds options to encode/decode
XOR
andRS
with pthreads and OpenMP. Currently, there is no pthread implementation for Reed-Solomon rebuild, only for encoding.These must be enabled through new CMake options: