srid/emanote

High memory usage on large notebooks

Offen

#66 geöffnet am 16.06.2021

 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)Haskell (78 Forks)github user discovery
help wantedperformance

Repository-Metriken

Stars
 (948 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

For this notebook,

~/Downloads/large 
❯ du -sh .
69M	.

~/Downloads/large 
❯ find . -name \*.md | wc -l
4561

Emanote takes ~4.7GB of resident memory. It takes a while (~1m) to load all these files at startup, and but runs fine afterwards. The @Index page is slow to render as well, but that should be addressed by use of sub-index'es as described in https://github.com/srid/emanote/discussions/50

Contributor Guide