We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
println! is notoriously one of the less performant parts of rust, both in terms of runtime and memory usage.
println!
It would be interesting to see an example that used String and write_all directly, as well as possibly one that uses fixed size byte buffers.
write_all