Here is my use case:
I want to keep a list of unique numbers and once in a while (every week for example) an endpoint is called to draw a random number from the previous list.
The list is then entierly cleared.
I thought SetMapper would be the best choice for this usecase.
Am I mistaken?
Seems like you can do just fine with a VecMapper