Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Another JVM (Score 1) 132

IME, GC can only be faster if you can afford to 2x the RAM (physical, because virtual more or less doesn't work for GC, unlike malloc/free) and you have problems with fragmentation in malloc/free program (but going to 2x RAM will more or less solve it there too).

Please don't say that GC allocation is fast without accounting for freeing too, otherwise you are just moving the bottleneck where it cannot be easily accounted for.

Comment Re:Argh. (Score 1) 401

Click to focus makes sense to users that mostly use the keyboard (also for switching focus). Especially since mouse focus is/was often incorrectly implemented as "focus window under mouse".

If you use only the mouse, you don't need focus anyway.

Slashdot Top Deals

Work continues in this area. -- DEC's SPR-Answering-Automaton

Working...