Re: [pcre-dev] I'm adding PCRE v2 support to Git. It's a bit slower than v1

2017-04-13 Thread Ævar Arnfjörð Bjarmason via Pcre-dev
On Thu, Apr 13, 2017 at 8:51 AM, Zoltán Herczeg wrote: > Hi, > I did some basic performance benchmarks between v1 and v2 of PCRE. Depending on whether we use git-grep or git-log v2 is 1% to 10% slower than v1 when both use JIT. >>> >>> I would like to see the

Re: [pcre-dev] I'm adding PCRE v2 support to Git. It's a bit slower than v1

2017-04-13 Thread Zoltán Herczeg
Hi, >JIT is enabled in Debian on pcre builds for some architectures (roughly, >those where it's believed to work ;-) ). It was true in old-pcre (Debian >calls this pcre3) at the point I took over looking after pcre for >Debian, and so I made it so for pcre2 also. This is great news indeed! The