ChineSouad / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

More caching of reflection objects #284

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Should yield a nice speedup. See also
http://groups.google.com/group/google-gson/browse_thread/thread/b20c0439a0d13029
/b9256f4ead94ca84?show_docid=b9256f4ead94ca84

Original issue reported on code.google.com by limpbizkit on 3 Feb 2011 at 7:27

GoogleCodeExporter commented 9 years ago
Inder took care of this in Gson 1.7

Original comment by joel.leitch@gmail.com on 13 Apr 2011 at 4:24

GoogleCodeExporter commented 9 years ago
Cool :)
I eventually opted to write stream based de-serializers for everything to 
eliminate reflection. 
Is the current approach similar to this in efficiency? How efficient are the 
caches?
What are some cool things to see in your codebase?

Thanks!

Original comment by tra...@bricksimple.com on 11 May 2011 at 3:09