Giter Site home page Giter Site logo

how to write libhs.pc in windows about gohs HOT 4 CLOSED

flier avatar flier commented on July 29, 2024
how to write libhs.pc in windows

from gohs.

Comments (4)

LucaPericoIT avatar LucaPericoIT commented on July 29, 2024

Here is an example that I used in the past.

I put all libraries (static and dynamic) in one folder

libdir="C:\<folder-with-your-libs>"
includedir="C:\<folder-with-your-libs"

Name: libhs
Description: Intel(R) Hyperscan Library
Version: 5.4.0
Libs: -L${libdir} -lhs
Cflags: -I${includedir}

from gohs.

Nyx2022 avatar Nyx2022 commented on July 29, 2024

Here is an example that I used in the past.

I put all libraries (static and dynamic) in one folder

libdir="C:\<folder-with-your-libs>"
includedir="C:\<folder-with-your-libs"

Name: libhs
Description: Intel(R) Hyperscan Library
Version: 5.4.0
Libs: -L${libdir} -lhs
Cflags: -I${includedir}

ok,thank you,by the way, do you know what's the performance of hyperscan?

from gohs.

LucaPericoIT avatar LucaPericoIT commented on July 29, 2024

This is the result of a test I did with hsbench a few months ago

image

I took the corpus from https://www.intel.com/content/www/us/en/collections/libraries/hyperscan/performance-analysis-hyperscan-hsbench.html

from gohs.

Nyx2022 avatar Nyx2022 commented on July 29, 2024

This is the result of a test I did with hsbench a few months ago这是我几个月前用 hsbench 进行的测试的结果

image I took the corpus from https://www.intel.com/content/www/us/en/collections/libraries/hyperscan/performance-analysis-hyperscan-hsbench.html我从 https://www.intel.com/content/www/us/en/collections/libraries/hyperscan/performance-analysis-hyperscan-hsbench.html 获取语料库

This is the result of a test I did with hsbench a few months ago

image I took the corpus from https://www.intel.com/content/www/us/en/collections/libraries/hyperscan/performance-analysis-hyperscan-hsbench.html

thank you very much

from gohs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.