Closed wynot12 closed 6 years ago
If processing rate of push requests are slower than generation of requests, the sender queue becomes full and the iteration time keeps growing to wait for putting request into queue. In the below graph, we can see that push-improved version (orange) handles the workload (NMF) well, which has been a problem in the original version (blue).
Resolves #1259
This PR changes
ModelAccessor
to use multi-update API in order to reduce the overhead.