Commit Graph

2 Commits

Author SHA1 Message Date
Tony Theodore 62d23ddec1 pire: fix shared build, build only libs and test program 2015-09-21 19:39:07 +10:00
Boris Nagaev 22a5dd6656 add package pire
PIRE is Perl Incompatible Regular Expressions library.
This library is aimed at checking a huge amount of text against
relatively many regular expressions. Roughly speaking, it can
just check whether given text maches the certain regexp, but
can do it really fast (more than 400 MB/s on our hardware is
common). Even more, multiple regexps can be combined together,
giving capability to check the text against apx. 10 regexps in
a single pass (and mantaining the same speed).

Pire was developed in Yandex (http://company.yandex.ru/) as a
part of its web crawler.

Homepage: https://github.com/yandex/pire
2015-07-28 17:19:51 +03:00