[Haskell-cafe] Re: OpenGL Speed!

Lie Ryan lie.1296 at gmail.com
Fri Sep 17 23:57:55 EDT 2010


On 09/18/10 07:49, Mats Klingberg wrote:
> On Friday September 17 2010 19.53.01, Lie Ryan wrote:
>> It depends. Updating 800x600 screen at 24-bit color 30 times per second
>> requires 800*600*24*30 = 345600000 bytes/s = 329 MB/s which is larger
> 
> Shouldn't that be bits/s, or 800*600*3*30 = 41 MB/s?
> 

yep, blame that on lack of sleep, I guess...

(that's why those numbers feels a bit too fishy when I calculated them)




More information about the Haskell-Cafe mailing list