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

贡献者指南