K 10 svn:author V 8 vsevolod K 8 svn:date V 27 2016-02-03T14:19:38.271807Z K 7 svn:log V 569 Add hyperscan port. Hyperscan is a high-performance multiple regex matching library. It follows the regular expression syntax of the commonly-used libpcre library, yet functions as a standalone library with its own API written in C. Hyperscan uses hybrid automata techniques to allow simultaneous matching of large numbers (up to tens of thousands) of regular expressions, as well as matching of regular expressions across streams of data. Hyperscan is typically used in a DPI library stack. This port is limited for amd64 only. This port uses embedded boost 1.59. END