HackerTrans
热门最新趋势评论往期问答秀出招聘

pixelbeat__

no profile record

提交

Updating yes(1) to run at 175GiB/s

github.com
6 分·作者 pixelbeat__·4个月前·0 评论

评论

pixelbeat__
·3个月前·讨论
A direct link to the Ubuntu post

https://discourse.ubuntu.com/t/an-update-on-rust-coreutils/8...
pixelbeat__
·5个月前·讨论
Some of this elegance discussed from a programmatic point of view

https://www.pixelbeat.org/docs/utf8_programming.html
pixelbeat__
·7个月前·讨论
LOL (I used to work for Meta, so appreciate the facetious understatement)
pixelbeat__
·9个月前·讨论
It seems dotslash would complement uv well

https://dotslash-cli.com/docs/

DotSlash to get the interpreter for your platform, and uv to get the dependencies.

Perfect for corporate setups with custom mirrors etc.
pixelbeat__
·9个月前·讨论
GRUB is mentioned but not detailed.

Here are some details: https://www.pixelbeat.org/docs/disk/
pixelbeat__
·9个月前·讨论
https://github.com/coreutils/coreutils/commit/14d24f7a5

That bring GNU date(1) line coverage from 79.8% to 87.1%
pixelbeat__
·10个月前·讨论
I see you use flags to determine if a file needs syncing. When we used fiemap within GNU cp we required FIEMAP_FLAG_SYNC to get robust operation.

(We have since removed the fiemap code from cp, and replaced it with LSEEK_DATA, LSEEK_HOLE)
pixelbeat__
·10个月前·讨论
The benchmark is against unibyte text. You would get more accurate results by doing `export LC_ALL=C` in your benchmark script