rjagerman / glint

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

Refactor codebase to optimize for specific numerical types #18

Closed rjagerman closed 8 years ago

rjagerman commented 8 years ago

This refactoring optimizes the entire code base to handle specific numerical types (Double, Float, Int, Long) as efficiently as possible. There are also numerous improvements such as serializability of BigMatrix and BigVector to make it easier to use with something like Spark.