Hacker News new | ask | show | jobs
by trzeci 1616 days ago
+1 On that. Cuda is the only editor that supports my work challenges, that is editing huge ASM.js files (100MB+) without any problem.
1 comments

Sublime should (at least time I tried it in Sublime 2/3) be able to handle almost arbitrary large files. So should vim/neovim, but that's a bit more different from your regular text editor.
Yes, that's my experience as well, regarding Sublime. Although, for searching in large files, I prefer using ripgrep and if I know what I need to edit/replace, I tend to reach for sed.