From f47e7abd57473ab9a91cf97e533c1d786c1ff1b1 Mon Sep 17 00:00:00 2001 From: jgoerzen Date: Tue, 30 May 2023 20:58:21 +0000 Subject: [PATCH] Added a comment --- ...ent_4_76fe32e5ecbf37b0f173de987c59e39f._comment | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/bugs/importtree_spends_hours_reading_cidsdb/comment_4_76fe32e5ecbf37b0f173de987c59e39f._comment diff --git a/doc/bugs/importtree_spends_hours_reading_cidsdb/comment_4_76fe32e5ecbf37b0f173de987c59e39f._comment b/doc/bugs/importtree_spends_hours_reading_cidsdb/comment_4_76fe32e5ecbf37b0f173de987c59e39f._comment new file mode 100644 index 0000000000..761b2d00fc --- /dev/null +++ b/doc/bugs/importtree_spends_hours_reading_cidsdb/comment_4_76fe32e5ecbf37b0f173de987c59e39f._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="jgoerzen" + avatar="http://cdn.libravatar.org/avatar/090740822c9dcdb39ffe506b890981b4" + subject="comment 4" + date="2023-05-30T20:58:20Z" + content=""" +Hi Joey, + +Would it be helpful for you if I ran the instrumented version here? + +Also I suspect that the time spent reading cidsdb scales exponentially rather than linearly with the number of files. Or perhaps there's a magic spot somewhere (an in-memory cache limit?) that causes the excessive time. Anyhow, I'm happy to do whatever I can to help. + +Thanks! +"""]]