Y
Hacker News
new
|
ask
|
show
|
jobs
by
pwg
3268 days ago
If the editor has some built in line length limit then exceeding that limit might lead to a crash (depending upon how the editor is coded).
1 comments
gnator
3268 days ago
Right but it looks like (i was able to load it for Atom and Notepad++ but very slow) they perform soft wrap on these long lines
link
pwg
3268 days ago
Which would imply that their soft-wrap algorithm consumes an inordinate amount of time when confronted with a single, 9MB long, line of space characters.
link