intel / hyperscan

High-performance regular expression matching library
https://www.hyperscan.io
Other
4.71k stars 705 forks source link

Large Size of hs.lib File Compiled Under Windows and Optimization Options #410

Open Stevenkop opened 11 months ago

Stevenkop commented 11 months ago

The hs.lib file compiled under Windows is very large, even though I added some unique optimization options. The size compiled with MinSizeRel still reached 514M, while on Linux it is only 16m. What is the normal size for this file, and is there any way to optimize it to be similar to the size on Linux? I would like to know the size that others have compiled and if there are any ways to optimize it.