Scott Murray <[EMAIL PROTECTED]> writes:

> 
> On Tue, 8 Jun 1999, Bob Cadenza wrote:
> 
> [snip]
> > For images this is almost 5 times as slow in jdk1.2.  You can even see
> > it, the benchmark even redraws itself noticably slow.
> 
> You can chalk that difference up to the addition of Java2D in JDK 1.2.
> Check out the number 1 bug in Bug Parade, #4185726.  Sadly, Sun seem to
> be dragging their heels on fixing this problem.

Scott's right -- it's the integration of 2D that's causing the problem.  I
don't know that "dragging the heels" is actually correct: I know they've
applied some very bright minds to the problem, and made quite a bit of
improvement (this was before 1.2 first came out), but that it was getting
harder and harder to find doable performance wins.  I think that if I were to
design it, I'd try to make it so that if you weren't using any of the 2D
features, the overhead that you'd pay would be minimal, and only when you
started turning on matrix transformation or any of the other cool 2D effects
would you have to take a performance hit.  

Steve
-- 
------------------------------------------------------------------------
Steve Byrne                       | Try Linux: The Soul of a GNU Machine
[EMAIL PROTECTED]              |              
------------------------------------------------------------------------


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to