ag-mailcrypto / storm-plugin

Thunderbird plugin to implement the STORM encryption concept, not based on enigmail
GNU General Public License v3.0
6 stars 0 forks source link

Optimize key loading #14

Open malexmave opened 11 years ago

malexmave commented 11 years ago

At the moment, key parsing and generation of display Code is inefficient and slow (3 seconds for 100 keys).

It should probably happen asynchronously and use some sort of caching.