From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3661 Path: news.gmane.org!not-for-mail From: Kurt H Maier Newsgroups: gmane.linux.lib.musl.general Subject: Re: regex libs (was Re: [musl] embedded newbies site.) Date: Tue, 16 Jul 2013 13:14:08 -0400 Message-ID: <20130716171408.GA51277@intma.in> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1373994867 12224 80.91.229.3 (16 Jul 2013 17:14:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Jul 2013 17:14:27 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3665-gllmg-musl=m.gmane.org@lists.openwall.com Tue Jul 16 19:14:30 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Uz8pU-0000ak-Go for gllmg-musl@plane.gmane.org; Tue, 16 Jul 2013 19:14:24 +0200 Original-Received: (qmail 24020 invoked by uid 550); 16 Jul 2013 17:14:24 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 24009 invoked from network); 16 Jul 2013 17:14:23 -0000 Content-Disposition: inline In-Reply-To: Xref: news.gmane.org gmane.linux.lib.musl.general:3661 Archived-At: 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 Cox et al have implemented various similar things: http://swtch.com/~rsc/regexp/ Also I believe libregex9 from plan9ports is available under an MIT-like license. How well does TRE deal with UTF-8? khm