Browse thread
mboxlib reloaded ;-)
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Chris King <colanderman@g...> |
| Subject: | Re: ocamllex speed [was Re: [Caml-list] mboxlib reloaded ;-)] |
On 9/24/07, Bruno De Fraine <Bruno.De.Fraine@vub.ac.be> wrote: > I don't know if Oliver ever got to the bottom of this speed problem, > but, I also noticed ocamllex can be quite slow for simple scanning. FWIW, regexps in the Str module are interpreted in C. - Chris