krtkush / MarsExplorer

Android app to easily browse images captured on Mars.
https://play.google.com/store/apps/details?id=io.github.krtkush.marsexplorer
GNU General Public License v3.0
14 stars 3 forks source link

Implement AutoValue #3

Closed krtkush closed 8 years ago

krtkush commented 8 years ago
  1. https://stackoverflow.com/questions/36529238/how-to-use-autovalue-with-retrofit-2
  2. http://dubedout.eu/2016/07/11/faster-json-deserialization-autovalue-extension/
krtkush commented 8 years ago

Rough benchmarks before and after implementing AutoValue.

With Auto Value - Sent request on 1474280760227 Received reply on 1474280760766 Everything completed on 1474282194113

Without Auto Value - Sent request on 1474280760227 Received reply on 1474280760766 Everything completed on 1474282457931