rjagerman / glint

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

Add granular model #24

Closed rjagerman closed 8 years ago

rjagerman commented 8 years ago

Added a GranularBigMatrix model that allows arbitrarily large push/pull requests to happen by manually splitting them up into multiple smaller messages and then glueing the result back together. The user can manually set a maximum message size.