From e68c4624f12fe7172ea6de5b4a5d89d9e49eae91 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 11 Dec 2018 14:37:00 +0100 Subject: [PATCH] todo on perf --- src/namestore/gnunet-service-namestore.c | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.25.1