whoa, `println!("{:016x}")` writes every 0 with a single write, no buffering involved - presumably to avoid allocations.
maybe that only applies to stderr but... that can't be efficient 🤔
Top-level
whoa, `println!("{:016x}")` writes every 0 with a single write, no buffering involved - presumably to avoid allocations. maybe that only applies to stderr but... that can't be efficient 🤔 1 comment
|
it's called a man page because it won't shut up about stuff you already know and doesn't actually have the answer to your question