107 Million keys per second, wow incredible performance.
I am now where near it. I am around 2400 keys per second, as I have now had time to let the app settle down, and as above the naive guess is about right.
I am not targeting any specific address, just generating an address, and then matching against random addresses, from a dBASE of 60000.
If I were to match against one specific address then the speed goes up.
Because I use a binary sorted search, matching against 1 or 60000 addresses does not really decrease the speed, so matching against a large database improves my chances of success.
I will put up a link to a video so u can see this running. Would u believe this is built with vb6, as I can't find the right c code yet.