47degrees / helios

A purely functional JSON library for Kotlin built on Λrrow
https://47degrees.github.io/helios/
Apache License 2.0
169 stars 22 forks source link

Add retrofit docs and sample #105

Closed AdrianRaFo closed 5 years ago

AdrianRaFo commented 5 years ago

Fixes #88 This PR comes from #95 with some improvements

47degdev commented 5 years ago

Hood benchmark comparison: :warning: Decoding (Threshold: 252.83446351436532)

Benchmark Value
master_benchmark 10891.592641834448
helios_benchmark 10855.136261289088

:heavy_check_mark: Decodingfromraw (Threshold: 250.0)

Benchmark Value
master_benchmark 7023.2767171527985
helios_benchmark 7101.486122473085

:warning: Parsing (Threshold: 250.0)

Benchmark Value
master_benchmark 22045.422078044638
helios_benchmark 22025.39515166038
MaureenElsberry commented 5 years ago

Good to merge @AdrianRaFo!

AdrianRaFo commented 5 years ago

@fedefernandez comments addressed