gliwka / hyperscan-java

Match tens of thousands of regular expressions within milliseconds - Java bindings for Intel's hyperscan 5
BSD 3-Clause "New" or "Revised" License
177 stars 45 forks source link

Any plans to support linux_arm in the future? #183

Closed Gmgge closed 12 months ago

Gmgge commented 2 years ago

thank you very much for your work

I found hyperscan supported by arm: https://github.com/kunpengcompute/hyperscan

If I want to adapt it myself, should I modify this hyperscan-java-native/build.sh?

If you can give me some advice or ideas, thank you very much

gliwka commented 1 year ago

@Gmgge I'm investigating 64-bit ARM support (armv8). Would that be enough for you? I'm currently not considering implementing 32-bit support, you would need to contribute that yourself.

Gmgge commented 1 year ago

Thank you for your reply. 64-bit meets the requirements of current mainstream applications.

krisso-rtb commented 1 year ago

Would it support Mac M1 ?

gliwka commented 12 months ago

ARM64 for Linux and macOS (M1/M2/M3 family of chips) is part of the last release :-)