Author :
Martin Mitas
Date :
2019-05-19 22:40:08
Hash :4d926435 Message :md_analyze_line: Disallow the strcspn() optiomization path...
for other platforms then Linux. glibc has well-optimized implementation
which provides good boost, but (as measured one Windows), it can be also
relatively small to our own path below.
We can always enable that path for more platforms, if we get some data
showing it has good impact.