Re: [pcre-dev] PCRE GPU offload

Góra strony
Delete this message
Autor: Zoltán Herczeg
Data:  
Dla: Roman Vasilyev
CC: pcre-dev
Temat: 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