On Thursday, September 1, 2016 at 2:45:42 PM UTC-7, Ian Lance Taylor wrote:
>
> On Thu, Sep 1, 2016 at 1:34 PM, DrGo <salah....@gmail.com <javascript:>> 
> wrote: 
> > What is the reason for Go particularly poor performance in regexdna as 
> shown here? 
> > 
> https://benchmarksgame.alioth.debian.org/u64q/performance.php?test=regexdna 
>
> In several past discussions of this topic the consensus has been that 
> most languages are using the PCRE library written in C while Go is 
> using the regexp package written in Go.  
>

Maybe DrGo compared the fastest Go programs in that table to other 
programs? 

The fastest Go programs in that table use PCRE.


The fastest C++ program in that table uses RE2 and there's a Go program in 
that table which uses re2 but 


*…https://groups.google.com/d/msg/golang-nuts/eWO4hJUHfLs/X4VGOLAaaAIJ*

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to