![]() |
|
#7
|
||||
|
||||
|
Quote:
Implementing Boyer Moore will definitely be a bit faster though. ![]() Comparing my FindPattern to the original posted above, mine sees a lot of improvement when the data being scanned within is large and the number of scans being done is high. For low amounts of scanning and where async is not required, then the original will tend to outperform mine. Overall it really depends on some specific factors: - The data size being scanned within. - The number of patterns being looked for. - Threading; is it required or not, (along with thread-safety). - Hardware can land up playing a roll as well etc. Another implementation that could make use of different hardware would be a GPU implementation, which could also have a handful of speed benefits depending on similar factors above. |
| The Following 2 Users Gave Reputation+1 to atom0s For This Useful Post: | ||
DMichael (01-18-2015) | ||
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| openssl signature for ida | skyper | General Discussion | 10 | 03-19-2012 17:33 |