Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Encryption is not the main beneficiary (Score 1) 101

The only time that you want to use a GPU is when your code has a high proportion of numerical operations, and when your problem can be executed in parallel. (modeling, graphics) If this is not the case then using a GPU is not going to speed things up. Code where you are mostly just moving data around with sparse calculations (routers, databases, webservers, AV) is not a good problem for video cards.

Slashdot Top Deals

The notion of a "record" is an obsolete remnant of the days of the 80-column card. -- Dennis M. Ritchie

Working...