User Details
User Details
- User Since
- Oct 14 2022, 8:43 PM (108 w, 5 h)
- Availability
- Available
Jun 23 2024
Jun 23 2024
lazka added a comment to T7175: libgcrypt 1.11.0 fails to build on 32bit Windows with Clang.
Jun 21 2024
Jun 21 2024
lazka updated subscribers of T7175: libgcrypt 1.11.0 fails to build on 32bit Windows with Clang.
May 21 2024
May 21 2024
lazka added a comment to T6369: gpgme: add a faster variant of gpgme_get_key().
great, thanks!
May 20 2024
May 20 2024
lazka added a comment to T6369: gpgme: add a faster variant of gpgme_get_key().
With caching, did you have something like this in mind?
Mar 11 2023
Mar 11 2023
lazka added a comment to T6280: Release GnuPG 2.2.41.
I think this is still missing a tag in git (I don't see it in https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=tags)
Feb 13 2023
Feb 13 2023
lazka added a comment to T6369: gpgme: add a faster variant of gpgme_get_key().
That's what I was initially trying to do, but then I saw https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=src/keylist.c;h=1c01bd42b8497932d218e4d525794ed98e712bf5;hb=HEAD#l1362 and I wasn't sure if I needed to copy that logic to avoid introducing any regressions.
lazka added a comment to T6369: gpgme: add a faster variant of gpgme_get_key().
lazka added a comment to T6369: gpgme: add a faster variant of gpgme_get_key().
If you mean gcc optimization flags, then yes.
Feb 12 2023
Feb 12 2023
lazka added a comment to T6369: gpgme: add a faster variant of gpgme_get_key().
Benchmark script:
lazka added a comment to T6369: gpgme: add a faster variant of gpgme_get_key().
yeah, I'd guess it's creating a new gpg instance with it. strace shows extra clone/pipe/read/fcntl syscalls with the new context.