dmlc / ps-lite

A lightweight parameter server interface

Home Page:http://ps-lite.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tracker_ in ps-lite/include/ps/internal/customer.h never erase element. is that ok?

cuteapi opened this issue · comments

when worker do pull or push operation . a pair will be push_back to tracker_ in Customer. but never be erased. when program run a long time. this vector will be very large. is that ok?

seems you are right
how about erasing the ts after Customer::WaitRequest return?