gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit e68c4624f12fe7172ea6de5b4a5d89d9e49eae91
parent ee10b40c55c154400bbefd13175bd8b280cb7798
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 11 Dec 2018 14:37:00 +0100

todo on perf

Diffstat:
Msrc/namestore/gnunet-service-namestore.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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"