richgel999 / lzham_codec

Lossless data compression codec with LZMA-like ratios but 1.5x-8x faster decompression speed, C/C++
Other
693 stars 71 forks source link

Added LZHAM_NO_THREADING to disable threading #17

Open jaw opened 8 years ago

jaw commented 8 years ago

When one does not want pthreads linkage because threading is handled elsewhere.

gvollant commented 3 years ago

@richgel999 @jaw this is a good idea