Linux v Windows: Which is FASTER? - Software Drag Racing!
Video Statistics and Information
Channel: Dave's Garage
Views: 84,141
Rating: undefined out of 5
Keywords: windows vs linux, linux vs windows, linux vs windows 10, speed, performance, benchmark, test, linux benchmark, windows benchmark, windows subsystem for linux, task manager, open source, linux 2020, linux distro, microsoft windows, windows subsystem for linux 2, wsl, wsl 2, wsl2, prime, prime sieve, solve primes, factor primes, windows 10, operating system, windows 10x, reactos
Id: h4IDTblOHYY
Channel Id: undefined
Length: 17min 26sec (1046 seconds)
Published: Mon Apr 12 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Wait you pronounce it C-lang not clang?
Code is available up at http://github.com/davepl/Primes in the PrimeCPP_PAR folder.
If any kernel gurus have an explanation for the weird "bump" in perf it shows between 16 and 31 cores, I'd love to know what's going on. I've heard the scheduler is NUMA aware and so on but how does it actually increase perf over baseline?
Could it somehow be running at a higher clock speed by distributing the work to different AMD core groups or something fancy?