Release: 1.2.4
Environment
Debian Linux testing
Dual-Athlon 1500+
Description
GPG needs very long time to verify signatures after the keyring has grown to over 200 keys (or 2MB).
It takes 30s-2min for the first signature after several hours of not using GPG, it returns to the usual speed (<5s) afterwards.
Fix
Read or mmap public keyring in bigger chunks before parsing it. Alternatively use an indexed database format for the keyring.