swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Heatbug.java continued..


From: Marcus G. Daniels
Subject: Re: Heatbug.java continued..
Date: 13 Jan 2000 17:53:22 -0800
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.4

>>>>> "MP" == Miles Parker <address@hidden> writes:

MP> bestLocation = getHostCell().findMaximumWithin(maximizeFor, 1, true);

This is a good thing, I'm think, for a teaching example, but I wonder
to what extent that non-professional Java programmers (e.g. academic
researchers) ever feel a performance cost to implicit allocation like that
(and the cost of automatic reclamation of it).  

Java is among the first languages that can be used for intensive
number crunching, which is widespread, that also has garbage collection.

I mean, it's easy to see that it is cleaner to not use explict
call-by-reference objects, but it's not immediate evident to new users
that there is implicit allocation that has a indirect garbage collection cost.
(I do think the cost is worth paying almost all of the time, I just
can't bring myself to sweep it under the rug and pretend it isn't there,
in general.)

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]