WSV3 Tactical Mesoanalyst is being written to leverage high-performance SIMD CPU instructions for maximum power efficiency and speed on data operations which benefit from SIMD acceleration. This is a significant value-adding feature. The value of WSV3 compared to other options will be to have the most performance-optimized and resource-usage-efficient real-time weather graphics software.
Since we are 64-bit only, we are guaranteed SSE2 instruction set.
I now see SSSE3 (https://en.wikipedia.org/wiki/SSSE3) (not to be confused with SSE3) will be beneficial to use as well.
This would exclude 15+ year old PCs, but likely this isn't an additional restriction if Windows 8 is a minimum target anyways, with Win10 being recommended.
Actually I believe almost all Windows 7 PC CPUs support SSSE3, as well as much newer.
So, let me know if there is any case where you would want to use optimized real-time weather graphics/tracking software on a Windows 8, 10, or 11 PC which doesn't support SSSE3. I am pretty sure no such case even exists.
If that is true, then it's harmful for me to not make use of the hardware as fully as possible. I do not want to go so far as requiring AVX-512, for instance. It's foolish to exclude 5% of users for largely meaningless performance improvements. But, it's also foolish to not take full usage of the hardware that 100% (or, even if in theory 99.9%) of users will be running the software on.
I am thankful to be in a position of skill to leverage SIMD and GPU for weather graphics. This is only true very recently. The gap between performance-optimized software and lazy, inefficient software has massively increased in the last 15 years in the consumer space as hardware has become more powerful. There's now a bigger delta between quality software and non-optimized software than ever before, because when the hardware was weaker you were forced to do things the right way or else you wouldn't have had a usable product.
I will show the world the power of native, low-level, Data-Oriented-Design-engineered efficient software for weather graphics as opposed to WebGL/Javascript in a web browser.
Maybe people won't care; maybe windy.com will serve most users' interests for free. The outcome doesn't matter. What matter is accomplishing the goal and doing so better than all competitors. That is the goal.