공부방 (169) 썸네일형 리스트형 FAST SEARCHING IN A BYTEARRAY For some reason there is no method to search for a specific text in a ByteArray. At least i could not find one. I tried a very straightforward search by simply scanning from every position. Although it works, it is very slow with bigger ByteArrays. A quick look on the internet resulted in an algorithm that suited my needs: the Boyer-Moore-Horspool algorithm. Unfortunately there was no ActionScri.. 이전 1 ··· 19 20 21 22 다음