meganz / mingw-std-threads

Standard threads implementation currently still missing on MinGW GCC on Windows
BSD 2-Clause "Simplified" License
439 stars 137 forks source link

How is this compared to mcfgthread? #90

Open ghost opened 2 years ago

ghost commented 2 years ago

https://github.com/lhmouse/mcfgthread/

nmcclatchey commented 1 year ago

That will depend on the aspects that you are comparing.

In short, if you need XP or Vista compatibility, choose mingw-std-thread. If not, use whatever you think will minimize bugs (eg. forget to call __MCF_exit()) or maintenance when writing library code (eg. conditionally including the mingw.*.h headers based on whether Windows is the target).