From: Christian Grothoff Date: Tue, 11 Dec 2018 13:37:00 +0000 (+0100) Subject: todo on perf X-Git-Tag: v0.11.0~172 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e68c4624f12fe7172ea6de5b4a5d89d9e49eae91;p=oweals%2Fgnunet.git todo on perf --- diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c index 0558649ca..d9fa5b3fc 100644 --- a/src/namestore/gnunet-service-namestore.c +++ b/src/namestore/gnunet-service-namestore.c @@ -23,6 +23,9 @@ * @author Christian Grothoff * * TODO: + * - "get_nick_record" is a bottleneck, introduce a cache to + * avoid looking it up again and again (for the same few + * zones that the user will typically manage!) * - run testcases, make sure everything works! */ #include "platform.h"