summaryrefslogtreecommitdiffstats
path: root/src/pire.mk
Commit message (Collapse)AuthorAgeFilesLines
* MXE_GET_GITHUB_TAGS: new argument, stripped prefixBoris Nagaev2015-11-151-2/+1
|
* add updater for pireBoris Nagaev2015-09-261-0/+5
|
* all packages: really use sha256 checksumsTony Theodore2015-09-231-1/+1
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
| | | | closes #871
* pire: fix shared build, build only libs and test programTony Theodore2015-09-211-5/+10
|
* add package pireBoris Nagaev2015-07-281-0/+21
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