Tips on making regex more performant?

Jacob Carlborg doob at me.com
Tue Jun 18 13:34:02 PDT 2013


On 2013-06-18 21:22, Gary Willoughby wrote:

> Thanks. Hmmm.. i get 500K (worse performance) using that. :/

D has basically the fastest regular expression library/module. It's 
faster than V8.

> Any more tips?

How about reading in larger chunks than single lines?

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list