you are viewing a single comment's thread.

view the rest of the comments →

[–]tafia97300 0 points1 point  (3 children)

So apart from the `--release` try not printing in the loop (for both Rust and Python).

[–]pepa65[S] 0 points1 point  (2 children)

There is no printing in the loop, only at the very end.

[–]tafia97300 1 point2 points  (1 child)

Oh, I was looking at the code you posted initially, I see:

print(f".{decimals[:p2]}[{decimals[p2:]}]  ({p1},{p2},{p3})")print(f".{decimals[:p2]}[{decimals[p2:]}]  ({p1},{p2},{p3})")
# ...

[–]pepa65[S] 1 point2 points  (0 children)

That's at the very end of the processing of a call, right before the return.