db/update/Remove: reimplement as a non-blocking queue
This reduces overhead for two reasons:
1. calls to Remove() are non-blocking
2. RunDeferred() may work on large chunks at a time, reducing the
number of RunDeferred() calls
Showing
Please
register
or
sign in
to comment