fast_strstr icon indicating copy to clipboard operation
fast_strstr copied to clipboard

fast_strstr("barium iodide", "iodide"); returns null

Open alexbk66 opened this issue 6 years ago • 2 comments

alexbk66 avatar Mar 03 '18 15:03 alexbk66

Have you tried the change I suggested 3 years ago (see the pull request) ? It may solve your issue, but it has never been committed by the owner of this code.

kirabou avatar Mar 03 '18 16:03 kirabou

Yeah, thank you, your suggestion worked. But unfortunately performance is worse than standard strstr...

alexbk66 avatar Mar 04 '18 13:03 alexbk66