Writing text editor from scratch in D & Raylib
madwebness
qount25 at protonmail.com
Sat Apr 4 13:50:01 UTC 2026
On Saturday, 4 April 2026 at 13:44:35 UTC, matheus wrote:
> On Saturday, 4 April 2026 at 09:37:25 UTC, madwebness wrote:
> Have you tried to load and compare big files against other
> editors?
Deliberate choice on my part: I don't care about large files.
Maybe I'll optimize for it in the future, but over my 20 year
programming career, I've rarely opened a file with more than a
few thousand lines of code (maybe I've been lucky). I thought
it's better to have a simpler model for documents (linked list of
lines) then optimize for large files and end up with something
less manageable.
More information about the Digitalmars-d
mailing list