Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I remember doing C development and noticing performance issues when using the posix functions versus the win32 api equivalent functions...



There is a layer there. The POSIX API's in Cygwin drive a framework of C++ objects, underneath which are ultimately Win32 functions. So that's not going to be faster than just those Win32 functions.

The Win32 functions are available to Cygwin programs.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: