I am working on a cross-platform application that does some heavy number crunching. Specifically, it does some logarithmic spectral smoothing, i.e. many logarithms, trigonometric functions and exponentials.
Now this smoothing usually takes about ten seconds (per run) to complete on OSX. On Windows however, the same code takes TEN MINUTES!!!
Apart from being severely unnerved of MSVCs inadequacies in terms of syntax highlighting, error reporting, debugging capabilities and the incredibly useless cmath-library, this is just too much. Does Windows development really suck this hard or are there some subtleties to Windows programming that I don't know about?
Really, what is wrong with this development environment?
To formulate this as a serious question: "Is there something about MSVCs' cmath-library that I should know about?" "What tools can I use to find the real bottleneck in my code?"
Edit: Of course, I use the same computer for both compilations. This is the true thing that is happening right in front of me. I wish it was different. In general, I like Windows, but today it really stepped on my toes.
Edit2: The problem resolved itself after restarting the computer. It probably just had as bad a day as I had. Sorry for the fuss.
