vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
288 stars 66 forks source link

Multithreaded decompression #54

Closed kevin-vigor closed 3 years ago

kevin-vigor commented 3 years ago

Changes since previous version:

vasi commented 3 years ago

Looks like tests are failing on Windows. I can poke at that if you need, might just need an update to the sln file. But it'll likely need to wait til the weekend.

kevin-vigor commented 3 years ago

I just pushed a change that I hope will placate Windows (using stdatomic.h instead of gcc intrinsics - hopefully there are no pre-C11 compilers in play? If so we'll have to add some more autoconf "fun" and probably disable multithreading on those platforms).

Thanks for the quick attention!

kevin-vigor commented 3 years ago

Abandoning this branch because either git or I are trash and between us we cannot successfully rebase this branch, new request shortly...