|
|
|
|
|
by kazinator
3701 days ago
|
|
It's very hard to be aware of the numerous details you find obvious yourself when you're communicating. Also, by the way, I have an intuition that the issue might not specifically prevent the removal of a reverse operation. That is to say, if a series with some positives or negative integers does/doesn't overflow under a left fold, I have a hunch that it does/doesn't under a right fold. If this can be proven, then that specific case is fine over integers (optimizing away reverse). |
|