Hacker News new | ask | show | jobs
by bartl 5076 days ago
A perl regular expression will test for a match in less than a microsecond. Other scripting languages have a similar speed.

There's no need to program like it's 1985 any more.

1 comments

Hey, you show me a performance problem, I show you a solution. Preferably one involving finite state machines.