by speckx on 6/20/25, 12:47 PM with 32 comments
by igrunert on 6/23/25, 10:40 PM
[1] https://github.com/WebKit/WebKit/pull/41945 [2] https://github.com/WebKit/WebKit/blob/main/Source/bmalloc/li...
by andy99 on 6/23/25, 11:08 PM
Edit: found the screenshot https://imgur.com/a/w5fnXKS
by haunter on 6/23/25, 11:32 PM
https://web.archive.org/web/20130407195442/https://blog.kowa...
by kjksf on 6/20/25, 1:00 PM
The port itself is very old and therefore very outdated.
by mid-kid on 6/24/25, 7:56 AM
by account42 on 6/24/25, 8:24 AM
Porting one application using pthreads to use the Win32 API directly is however a lot more reasonable and provides you more opportunity to deal with impedance mismatches than a full API shim has. Same goes for dirent and other things as well as for the reverse direction. Some slightly higher level abstraction for the thnings your program actually needs is usually a better solution for cross-platform applications than using one OS API and emulating it on other systems.
by themadsens on 6/23/25, 9:03 PM
by kristianp on 6/23/25, 9:17 PM
by nialv7 on 6/24/25, 1:28 AM
by anilakar on 6/24/25, 6:54 AM
https://pc-freak.net/files/hackles.org/cgi-bin/archives.pl%3...
by jqpabc123 on 6/20/25, 1:03 PM
In a threaded server type app where available processor cores are already being utilized, I don't see much real advantage in this --- if any.