Why is python so much slower on windows?

前端 未结 4 2043
感情败类
感情败类 2020-12-16 13:00

I learned about pystones today and so I decided to see what my various environments were like. I ran pystones on my laptop that is running windows on the bare metal and got

4条回答
  •  情歌与酒
    2020-12-16 13:47

    Had similar problem on windows 10 - it was because of windows defender.

    I had to exclude python directories and process in windows defender settings and restart computer.

    Before: I had to wait like ~20 seconds to run any python code - now it's milliseconds.

提交回复
热议问题