Birdwatch Note Rating
2024-05-03 07:04:02 UTC - HELPFUL
Rated by Participant: 89ACC02E7A08E0EF65263B8FA5BC768A92356508DB5F9CE0BFA4ABF860F6D3E2
Participant Details
Original Note:
This is not an issue with Python. It is slow to write to stdout in most programming languages as it is a blocking operation. https://en.wikipedia.org/wiki/Blocking_(computing) See this issue with Rust on the performance issues of the Rust equivalent of the print statement: https://github.com/rust-lang/rust/issues/106133
All Note Details