Hacker News new | ask | show | jobs
by kderbyma 1541 days ago
mostly because the algorithms are known and can be optimized well against the GPU architecture.

GPUs are really good at parallel operations. so when it comes to calculating a bunch for similar values (ie. nonces for mining) it essentially allows for the effect of multiple CPUs because it can pipeline everything well.

the difficulty in GPUs is that they require the data be loaded in and known well in advance to extract and parallelize.