Add take-a-number implementation #4
Loading…
Reference in New Issue
No description provided.
Delete Branch "take-a-number-implementation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added alternate IAccessQueueRepo implementation TakeANumberAccessQueueRepo. Much more performant than original implementation due to minimized iteration (bulk requests test in 60ms vs 4 seconds). Tradeoff for slightly more memory usage.