fast_strstr
fast_strstr copied to clipboard
fast_strstr("barium iodide", "iodide"); returns null
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.
Yeah, thank you, your suggestion worked. But unfortunately performance is worse than standard strstr...