I have a large arrray of strings that looks something like this: String temp[] = new String[200000].
I have another String, let\'s call it bigtext. What I ne
If you have additional information about temp, you can maybe improve the iteration.
temp
You can also reduce the time spent, if you parallelize the iteration.