Comment by seiferteric
Comment by seiferteric 2 days ago
I am interested in this. At my job we have shared systems where engineers often open very large files (10+GB) using vim/gvim and it loads the entire thing into memory and often means these servers are memory starved. Would ropey help in these situations?
No:
> On the other hand, Ropey is not good at:
> Handling texts that are larger than available memory. Ropey is an in-memory data structure.
Also, this is a rust library, not an editor application.