srid/emanote

High memory usage on large notebooks

開放

#66 建立於 2021年6月16日

 (1 則留言) (1 個反應) (0 位負責人)Haskell (78 個分叉)github user discovery
help wantedperformance

倉庫指標

星標
 (948 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南