Search code examples
f#parallel-processingbrute-forcewifistream-processing

What are some practical problems that parallel computing, f#, and GPU-parallel processing might solve


Recently WiFi encryption was brute forced by using the parellel processing power of the modern GPU. What other real-life problems do you think will benefit from similar techniques?


Solution

    • Computational fluid dynamics
    • Physics processing
    • Ray tracing
    • Data mining
    • Medical imaging
    • Control engineering software
    • Digital signal processing
    • Bioinformatics

    In fact, check out this page for a lot more examples of where GPGPU has been used.

    To name a few.