Showing posts with label guava. Show all posts
Showing posts with label guava. Show all posts

Monday, May 14, 2012

Adding Google Guava to Android project - significantly slows down the build


After adding Google Guava r09 to our Android project the build time increased significantly, especially the DEX generation phase. I understand that DEX generation takes all our classes + all jars we depend on and translates them to DEX format. Guava is a pretty big jar around 1.1MB

Friday, February 10, 2012

java: concurrent collections


I'm trying to find one or more concurrent collections to use that I can implement the following behavior (the names are contrived for analogy purposes):