Birdwatch Note Rating
2024-05-02 15:51:35 UTC - NOT_HELPFUL
Rated by Participant: 5F3FEEEA4B65ED345DAE872C369EBD16D567DEAC24EF4BC2780EA275F1673238
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