lhmouse / mcfgthread

Cornerstone of the MOST efficient std::thread on Windows for mingw-w64
https://gcc-mcf.lhmouse.com/
Other
277 stars 28 forks source link

can the benchmarking results also include wine? #243

Closed yshui closed 9 months ago

yshui commented 9 months ago

just out of curiosity of how wine compares. can you include wine's CRITICAL_SECTION and SRWLOCK implementation in your benchmarks as well?

thanks.

lhmouse commented 9 months ago

Yes, of course.

lhmouse commented 9 months ago

I don't have a 'suitable' physical machine for this benchmarking purpose. I thought a laptop was too constrained so I misappropriated a virtual server for one hour. It's done now: https://github.com/lhmouse/mcfgthread?tab=readme-ov-file#benchmarking

yshui commented 9 months ago

thank you so much