I've been recently playing with building qooxdoo 0.8 under Windows, and was shouting out how long it took on my laptop to do a "generate.py build" of the demobrowser including all demos. I was using a Python 2.5.1 under cygwin. My laptop is a moderately outdated machine (Single-core Pentium M 725 1.6Ghz with 512MB RAM running WinXPSP2). Johnny started an argument about the impact of cygwin on the performance, so I did the same again with a native Windows Python, and was shocked: The native version used 34 minutes to finish, whereas the cygwin version took 50! Given all other constraints (e.g. the native Python has the Stackless patch applied) I wouldn't have expected the native version to be so much faster.

Would be interesting to hear if others observe the same dramatic differences.