caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Fast XML parser
@ 2007-07-18 21:58 Luca de Alfaro
  2007-07-18 22:11 ` [Caml-list] " Gabriel Kerneis
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Luca de Alfaro @ 2007-07-18 21:58 UTC (permalink / raw)
  To: caml-list

[-- Attachment #1: Type: text/plain, Size: 449 bytes --]

I am interested in parsing Wiki markup language that has a few tags, like
<pre>...</pre>, <math>...,</math>.
These tags are sparse, meaning that the ratio of number of tags / number of
bytes is low.
I would like, given a string (or a stream) with such tags, to parse it as
fast as possible.  Efficiency is a primary consideration, and so is
simplicity of the implementation.
Do you have any advice about the library I should be using?
Thanks,

Luca

[-- Attachment #2: Type: text/html, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-07-20  8:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-18 21:58 Fast XML parser Luca de Alfaro
2007-07-18 22:11 ` [Caml-list] " Gabriel Kerneis
2007-07-18 22:48   ` Till Varoquaux
2007-07-19  6:24     ` Gabriel Kerneis
2007-07-19  9:02       ` Till Varoquaux
2007-07-19 11:38 ` Richard Jones
2007-07-20  7:01 ` Jon Harrop

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).