fenfire-commits
[Top][All Lists]
Advanced

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

Re: [ff-cvs] libvob/doc/pegboard/single_focus_manager--mudyc...


From: Matti Katila
Subject: Re: [ff-cvs] libvob/doc/pegboard/single_focus_manager--mudyc...
Date: Sun, 7 Sep 2003 10:07:45 +0300 (EEST)

On Sat, 6 Sep 2003, Tuomas Lukka wrote:
>> @@ -59,7 +59,10 @@
>>  
>> -The Buoy class is one buoy floating around including these attributes:
>> +The Buoy class is one buoy floating around including these attributes 
>> +(In jython prototype implementation it used to be list of objects with 
>> +out any naming. At least definited C kind structure should be used 
>> instead.):
>> +
> 
> "Floating around" - need to explain also whether this class is created again 
> every time BuoyManager creates a view, &c.

Currently Buoy is created everytime, yes. This can be avoided i.e. by 
saving Buoys in Buoy[] array and replace the attributes every time but 
then the attributes can't be final and Buoy isn't immutable. Immutable in 
here is not needed anyway so it's not a big deal since efficiency 
matters.


   -Matti






reply via email to

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