Alex Bradbury
Alex Bradbury
On an 8.4MiB markdown file (I keep daily notes in a single big document), helix 22.05 takes > 10s to open it and is used 1GiB of memory after doing...
The following script generates a ~5MiB file that takes >5 seconds to open with Helix. After opening, memory usage (reported via ps_mem) is ~660MiB. ```sh #!/bin/sh for i in $(seq...
@kchibisov I'm not sure what option to change to disable the grammar (I was trying out helix for the first time). Certainly, if `mv big_markdown.md big markdown.txt` and open the...
I'm seeing the same issue with a very large Markdown file (I keep all my notes in one big file). The ~8.5MiB file takes > 10s to display in Kakoune,...
It looks like there's nothing in particular special about my notes file. The following script generates a ~5MiB file that takes >5 seconds to open with Kakoune. ```sh #!/bin/sh for...