Performance Issues with 2k+ nodes (bubbles). #1342
Replies: 3 comments 1 reply
-
Thanks for reporting the issue, definitely a performance problem, which off the top of my head is given by both the size of the 8k lines md files (which stresses the parsing) and the 4k links (which I am guessing stretches the webview and the communication between that and the host process). As workaround I would start by splitting the 8k lines files if it makes sense for your use case |
Beta Was this translation helpful? Give feedback.
-
I wonder if https://github.com/stereobooster/braindb can handle this case. It doesn't store data in the memory - instead it stores it in SQLite. And parsed documents are cached in SQLite as well - unless document changed it won't re-parse it |
Beta Was this translation helpful? Give feedback.
-
Hi @stereobooster I glanced at the project and it looks pretty interesting. In fact Foam is also aiming to achieve something along those lines, and eventually allow to use it as its own library (we used to have a package called There were a few concepts in braindb that are pretty interesting, would love to investigate more and maybe exchange thoughts on it |
Beta Was this translation helpful? Give feedback.
-
Hey i found your amazing work yesterday and it looks like a dream come true. Sadly im not being able to use it. This is happening:
Environment: MacBook Air M2; VScode; foam
[[word]]
.Would there be any solution or workaround for this? What could be causing this?
Beta Was this translation helpful? Give feedback.
All reactions