Posts, a community app by Read.cv

Thread
noClaps
Replying to @shvets

You could hash the workout ID + current timestamp or something, and use the first 6 characters of that hash. There's a very small chance that it'll be repeated, but you can add a check for that and just hash it again. It'll probably be much faster too

Alexander Shvets
Replying to @noclaps

That’s a good idea. I will give it a go and see which one performs better!