I'm ditching string usage and replacing with ByteArrays, however, i do miss the instr() for strings which was/is super fast.

I have now written my own function to loop though the bytearray but this takes a very long time. Nothing close to instr().

Are there any API's or faster methods of replacing the instr() for byteArrays?