robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

Search speedup ideas #124

Open robmcmullen opened 7 years ago

robmcmullen commented 7 years ago
robmcmullen commented 7 years ago

Have the searchers directly fill the style array with the match bit! This will also handle the cases where multiple searchers match, because a parallel array with length of match would be checked for any existing length before saving it.