Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Admittedly, my solution does not guarantee uniqueness, I believe it is as close as we can get and minimizes the chance of collision.

One consequence of using this approach is that the maximum size of a key is 490 bytes because the last 21 bytes are devoted to the _XXXXXXXXXXX_XXXXXXXX string appended to the end of the value-key.


Here is the relevant code.

...