[Lazarus] Console App Development
Martin
lazarus at mfriebe.de
Sat Aug 13 20:26:22 CEST 2011
On 13/08/2011 18:59, Martin Schreiber wrote:
> Am Samstag 13 August 2011, 19:45:09 schrieb Martin:
>>
>> Very interesting. I just added the 450 univint files to a project in
>> mseide (though under windows, while all other tests where done under linux)
>>
>> It takes 15 seconds to open (so yes it is a little faster than lazarus,
>> but not such massively)
>>
> There was a missing beginupdate()/endupdate() so the load time was O(n²).
> Should be faster soon. ;-)
>
Watching the process, it appears, that when opeing a project, MSE-ide
does not load all the files for which it creates tabs? At least sysutils
does not show any disk activity to that extend.
While if I open them via the file-open (into an empty project) then it
appears they are loaded?
If the first assumption is true, then there is little point in comparing
mse ide and Lazarus. Lazarus is designed to open them. (e.g It needs to
know if the file refers to a form/lfm // I don't know what else may
require an immediate load of the file).
However that is a fixed difference. That will not get worse with each
lazarus version (which was the expressed concern, that started this
discussion)
More information about the Lazarus
mailing list