aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-11 14:37:00 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-11 14:37:00 +0100
commite68c4624f12fe7172ea6de5b4a5d89d9e49eae91 (patch)
treee9f4f02b44f3eda789a1fa746d4b5133e31e4659 /src/namestore
parentee10b40c55c154400bbefd13175bd8b280cb7798 (diff)
downloadgnunet-e68c4624f12fe7172ea6de5b4a5d89d9e49eae91.tar.gz
gnunet-e68c4624f12fe7172ea6de5b4a5d89d9e49eae91.zip
todo on perf
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/gnunet-service-namestore.c3
1 files changed, 3 insertions, 0 deletions
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 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 * 24 *
25 * TODO: 25 * TODO:
26 * - "get_nick_record" is a bottleneck, introduce a cache to
27 * avoid looking it up again and again (for the same few
28 * zones that the user will typically manage!)
26 * - run testcases, make sure everything works! 29 * - run testcases, make sure everything works!
27 */ 30 */
28#include "platform.h" 31#include "platform.h"