rjagerman / glint

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

Change default serialization of Pull/Push messages #16

Closed rjagerman closed 8 years ago

rjagerman commented 8 years ago

To improve performance we should change the current Java serialization to something better like Kryo or Protobuf.

rjagerman commented 8 years ago

Fixed in #18