bluelinelabs / LoganSquare

Screaming fast JSON parsing and serialization library for Android.
Apache License 2.0
3.21k stars 306 forks source link

add LoganSquareMapperIndex and eliminate class lookup #191

Open bluef opened 7 years ago

bluef commented 7 years ago

class lookup could be very expensive. By adding prebuild MapperIndex could reduce the time on Class.forName()