guile-user
[Top][All Lists]
Advanced

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

Re: Stupid module and pregexp questions


From: Tom Lord
Subject: Re: Stupid module and pregexp questions
Date: Tue, 29 Apr 2003 23:35:53 -0700 (PDT)


       > But Rx ain't cheap -- it's a lot of code, and a lot of
       > run-time memory.


More precisely:

It's a decent amount of run-time memory if yr running hard expressions
and want optimal performance.  You can limit run-time allocation
pretty low (a couple 10K) and get _ok_ performance and great
correctness (and good performance on very simple expressions).
Basically, the space/time trade-off is reduced to a parameter that you
can tweak at run-time.

"whatever",
-t







reply via email to

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