rjagerman / glint

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

Client-side get and set functionality #3

Closed rjagerman closed 8 years ago

rjagerman commented 8 years ago

Implement basic get and set functionality on the client-side of the parameter server.

This also requires some consideration for integration with Spark. The client interface should be serializable so Spark tasks can use it.

rjagerman commented 8 years ago

Completed in f2bb63f15a4fd2026852b4c190daa8abcdc9b3cf

Implementation is currently completely stand-alone and separate from Spark. Both the client interface and the current basic implemention ArrayBigModel are entirely serializable because they either use transient lazy variables or only rely on ActorRef