two_handfuls 10 months ago

The question was for the general case, so yes that is exactly what you are claiming in this thread.

Here is the question again: "Well pretty confused. You can't get exactly once delivery using proposed solution in general case because you can not have infinite memory for dedupe."

  • lisper 10 months ago

    Only a naive implementation requires infinite memory. (And even then it's unbounded, not infinite.)

    • qaq 10 months ago

      You are going in circles so you claim you do have a solution for general case. It would be interesting to learn about details of such solution beyond it has different constraints compared to naive solution.