I am trying to open large files such as .log or .txt or even source files(range from 40 MB to 5 GB or even more) without loading everything into ram. Something what can read and edit large file byte by byte and represent them by scrolling for example up and down.
Best Solution would be software whit a build in function like that or say like a decent editor f.e. VS Code with an add on.
All I could find so far is software that loads everything into ram which is not only expensive but also costs time.