Re: [fpc-devel] TList slowness in classes

2004-12-24 Thread Ales Katona
Michalis Kamburelis wrote: Hi, I tested your code and found that indeed version in ucopylist is slightly faster (by about 9.5 / 7 =~ 1.357). Two things: 1. Speedup is only 1.357x, not 3x, like you said. Are you sure that you're getting 3x speedup ? On what OS and with what FPC version are you

[fpc-devel] TList slowness in classes

2004-12-22 Thread Ales Katona
there is unchanged. Ales Katona ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] XmlCfg Patch

2004-12-16 Thread Ales Katona
This patch fixes a problem with XmlCfg related to reading a bad xml file and catching an exception: try axml:=TXMlConfig.Create(filename); // try to parse the file except on E: Exception do begin writeln('Error: '+ E.Message); freeandnil(axml); end; end;

<    1   2