1
vote
6answers
173 views
Why is my compiled code so much slower on Windows than the same code compiled on OSX? [closed]
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 …
