emacs-devel
[Top][All Lists]
Advanced

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

Re: Problems with xml-parse-string


From: Chong Yidong
Subject: Re: Problems with xml-parse-string
Date: Fri, 24 Sep 2010 18:17:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> There's also the performance impact.  Elisp is slow, so it would only
> work well if we push xml-node-children and friends down to C in such
> a case.

xml-node-children is cddr, so this is not the best example.

If what you're saying is that it might be good to push certain
(currently unspecified) xml-handling functions into the C level,
I agree.



reply via email to

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