Re: [pcre-dev] PCRE GPU offload

Página Principal
Apagar esta mensagem
Autor: Zoltán Herczeg
Data:  
Para: Roman Vasilyev
CC: pcre-dev
Assunto: Re: [pcre-dev] PCRE GPU offload
> To have something like engine "OpenCL" or engine "JIT". And extra question,
> does libpcre have plans, to put this feature in the library?


I may misunderstand this question, but PCRE has a JIT compilation engine, it compiles the pattern to machine code, and it is pretty fast. See here: http://sljit.sourceforge.net/regex_perf.html

There was also a discussion about PCRE and OpenCL here before:
http://comments.gmane.org/gmane.comp.lang.pcre.devel/2370

Regards,
Zoltan