I do commend you on the great product. Thanks for taking the time to answer some questions. I appreciate it.
I totally see your point on choosing python/C++ to develop now.
I was wondering if the Charles branch's scanning will be as fast as say the way they do it at blockchain.info? It baffles me how fast a search for some statistic or info is on that engine. Addresses come up instantaneously, etc... Will Armory have this quick blockchain searching?
Do you know possibly what DB technique they are using and how can this compare to what Armory might have in the near future?
Their database has already collected all data for all addresses, and it simply fetched it for you. Armory's database only tracks the addresses in your wallets, so you can look those up instantly, but no others. To look up others it had to rescan the entire blockchain history.
The Charles branch includes a "supernode" mode that tracks all addresses all the time, like blockchain.info. it's not ready yet, but the goal is to create a tool that services can run locally that does the same thing, so they don't have to rely on third party services like blockchain.info.