Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^4: Matching lines in 2+ GB logfiles.

by samtregar (Abbot)
on May 01, 2008 at 18:24 UTC ( [id://683985]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Matching lines in 2+ GB logfiles.
in thread Matching lines in 2+ GB logfiles.

Perl's regular expression engine may be powerful but it doesn't yet use an "infinite" state machine! I think the terms you're looking for are NFA (Nondeterministic Finite Automaton, like Perl) and DFA (Deterministic Finite Automaton, like egrep, sometimes, it's actually a hybrid).

-sam

  • Comment on Re^4: Matching lines in 2+ GB logfiles.

Replies are listed 'Best First'.
Re^5: Matching lines in 2+ GB logfiles.
by mscharrer (Hermit) on May 01, 2008 at 18:35 UTC
    Yes, you are right, that was exactly what I meant. I confused some terms here. Thanks for pointing this out.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://683985]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 22:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found