logoalt Hacker News

_verandaguyyesterday at 1:14 AM7 repliesview on HN

Is... this a meaningful benchmark?

Who's editing files big enough to benefit from 120GBps throughput in any meaningful way on the regular using an interactive editor rather than just pushing it through a script/tool/throwing it into ETL depending on the size and nature of the data?


Replies

magicalhippoyesterday at 2:27 AM

At work we have to modify some 500 MB XML's every now and then, as the source messes them up in non-repeating ways occasionally.

Typically we just hand edit them. Actually been pleasantly surprised at how well VS Code handles it, very snappy.

show 1 reply
0pointsyesterday at 9:30 AM

For a text editor, yes, absolutely.

As developers, we rotinely need to work with large data sets, may it be gigabytes of logs, csv data, sql dump or what have you.

Not being able to open and edit those files means you cant do your job.

show 2 replies
tiagodyesterday at 2:14 AM

I have to scroll through huge files quite frequently, and that's the reason I have Sublime Text installed, as it deals with them very well.

show 2 replies
WD-42yesterday at 1:21 AM

Who cares? It’s fun. Programming can be fun.

show 2 replies
anyfooyesterday at 1:21 AM

Not on the regular, but there are definitely times I load positively gigantic files in emacs for various reasons. In those times, emacs asks me if I want to enable "literal" mode. Don't think I'd do it in EDIT, though.

tim--yesterday at 1:30 AM

As a specific benchmark, no. But that wasn't the point of linking to the PR. Although the command looks like a basic editor, it is surprisingly featureful.

Fuzzy search, regular expression find & replace.

I wonder how much work is going to continue going into the new command? Will it get syntax highlighting (someone has already forked it and added Python syntax highlighting: https://github.com/gurneesh9/scriptly) and language server support? :)

show 1 reply
tomrodyesterday at 1:17 AM

Challenge. Accepted.