[fpc-pascal]Searching a faster TXMLConfig
Michael.VanCanneyt at Wisa.be
Michael.VanCanneyt at Wisa.be
Sun Mar 10 21:47:58 CET 2002
On Sat, 9 Mar 2002, Mattias Gaertner wrote:
> Hi all,
>
> I already asked the for a faster TXMLConfig.
> But before I implement a new one, I ask twice.
>
> TXMLConfig in xmlcfg.pp is a very easy component to handle config files.
> Since these files are in xml, which is nowadays a format for everything, I wonder, if there are some other implementations, which do not linear searches.
>
> Can anyone give me a hint/link for other xml implementation?
>
> Maybe the DOM implementation can be enhanced with some dynamic hash tables?
I think that this is the better approach; Improving the DOM implementation
and thus the existing TXMLConfig is of more benefit to anyone. Do you know
where the exact problem is ?
hash tables or so should not be hard to implement; But I would like this to
be based on a more general hash class, if possible... We need that anyhow in
the FCL.
Michael.
More information about the fpc-pascal
mailing list