On the same page, the very first clause... https://github.com/lhmouse/mcfgthread/wiki#introduction
The most important selling point is efficiency of course. With contention of 4 threads incrementing the same non-atomic integer protected by a mutex, mcfgthread mutex is 10x faster than the libgcc one in gthr-win32.c. mcfgthread condition variable is even more efficient than the libgcc one or winpthread one because of fewer atomic operations and syscalls. It also consumes fewer resources. ------------------ Best regards, lh_mouse 2016-07-13 ------------------------------------------------------------- 发件人:niXman <[email protected]> 发送日期:2016-07-13 00:34 收件人:mingw-w64-public 抄送: 主题:Re: [Mingw-w64-public] Prebuilt GCC binaries 6.1.1 for x86 and x64 with MCF thread model lh mouse 2016-07-12 19:03: > https://github.com/lhmouse/mcfgthread/wiki#how-to-integrate-with-gcc > > Thanks for your interest. :joy: In what's the difference between winpthreads and mcfgthread? I want to understand why I should use mcfgthread... -- Regards, niXman ___________________________________________________ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: http://sourceforge.net/projects/mingw-w64/ ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
