rjagerman / glint

Glint: High performance scala parameter server
MIT License
168 stars 62 forks source link

Implement batch processing of push/pull for clients #7

Closed rjagerman closed 8 years ago

rjagerman commented 9 years ago

Instead of sending a push/pull request every time, it would be nice to have some automatic mechanism to batch multiple requests together and then send it.

rjagerman commented 8 years ago

A basic AggregatedBigMatrix (for push requests) was added in #23.