I'm opening big files using ReadFile et al APIs, and reading them to a string.
What would be the fastest way to search these strings for other strings.
I'm currently using InStr, but wondering if there's anything faster.
Even better, would be to search a Byte Array for s string.
Thanks,
- Nathan.
What would be the fastest way to search these strings for other strings.
I'm currently using InStr, but wondering if there's anything faster.
Even better, would be to search a Byte Array for s string.
Thanks,
- Nathan.
Comment