I am writing a function in Android application which can seek a keyword in many large binary files. Currently, I am using "grep" command to check if the keyword exists in each file?
Because, there are many LARGE binary file, so I am facing to time problem. I wish to have your help.
My problem:
1) Seek keywords in many large binary files
2) A better solution than GREP to resolve time problem