Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:C-sharp (Score 1) 565

C# is exactly like Java to program in, unless you need to do anything complicate like generate bytecode at runtime.

Except for where it's not. Like C# supporting closures, and not making the distinction between primitives and objects... etc. Actually, C# has very little in common with Java.

Comment Re:It doesn't matter how good VP8 is. (Score 2, Informative) 170

You're thinking of it like there's dedicated h264 hardware in, say, the iPhone. There isn't. There's hardware that accelerates decoding of h264... that same exact hardware can be used to decode VP8.

Think of it like how your desktop uses SSE3 to speed up h264 decoding... SSE3 doesn't contain an h264 decoder.

Slashdot Top Deals

Quantity is no substitute for quality, but its the only one we've got.

Working...