The only thing I got from your text is that text editors load an entire file into memory, which has been the case for decades unless you go with a special purpose editor.
Holy crap, and these people think they have right to talk about computers.
You can have a 12G text file, logs, suppose, you are going to load the entire file into memory? And you think it’s normal?
You might want to proof read that.
I think you might want to put more effort into reading. This seems to be your weak side.
tal@lemmy.today 8 hours ago
One data point: emacs normally loads the whole file, unless you’re using the vlf package or similar.
tecoandedmight not.HereIAm@lemmy.world 8 hours ago
Ed and sed don’t load the entire file in, but vim does. Not heard of TECO before 😄
tal@lemmy.today 7 hours ago
TECO’s kinda-sorta emacs’s parent in sorta the same way that ed kinda-sorta is vim’s parent.
I compiled and tried out a Linux port the other day due to a discussion on editors we were having on the Threadiverse, so was ready to mind. Similar interface to
ed, also designed to run on teletypes.