Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 16 Jul 2013 19:38:09 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: regex libs (was Re: embedded newbies site.)

* Kurt H Maier <khm-lists@...ma.in> [2013-07-16 13:14:08 -0400]:
> On Tue, Jul 16, 2013 at 11:10:34AM -0400, LM wrote:
> > 
> > There's http://code.google.com/p/re2/ , but I've read some issues with its
> > performance in a few web articles and didn't have much luck with
> > portability to non-Linux platforms. 
> 
> Can you expand on this?  IIRC re2 is linux-focused from Google but Russ

the main issue with re2 is c++

> How well does TRE deal with UTF-8?

it works with unicode codepoints (wchar_t)
so it works fine with utf8, but it needs
separate codepoint decoding and matching

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.