gissuebot
gissuebot
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=786#c4) posted by **kofemann** on 2012-01-17 at 09:32 PM_ --- rebased clone to the current HEAD: https://code.google.com/r/kofemann-ipmatcher/source/list
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=786#c5) posted by **[email protected]** on 2012-02-16 at 07:17 PM_ --- _(No comment entered for this change.)_ --- **Status:** `Acknowledged`
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=786#c6) posted by **[email protected]** on 2012-05-30 at 07:43 PM_ --- _(No comment entered for this change.)_ --- **Labels:** -`Type-Enhancement`, `Type-Addition`
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=786#c7) posted by **[email protected]** on 2012-06-22 at 06:16 PM_ --- _(No comment entered for this change.)_ --- **Status:** `Research`
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1642#c1) posted by **[email protected]** on 2014-01-22 at 09:17 PM_ --- Step one: release new Caliper beta so they can actually compile.
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1268#c1) posted by **travis.downs** on 2013-01-27 at 05:45 AM_ --- Benchmark attached here...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1268#c2) posted by **travis.downs** on 2013-01-27 at 05:46 AM_ --- You can uncomment the block above setUp(), and comment out the corresponding block right above that to try the...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1268#c3) posted by **[email protected]** on 2013-01-28 at 04:38 PM_ --- Wow, thanks. Coincidentally, we recently started some internal discussions about the value of methods like EmptyImmutableList.isEmpty(). Your benchmark numbers...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1268#c4) posted by **ogregoire** on 2013-01-28 at 05:12 PM_ --- Please try to @Param numLists with other values too. This show the same tendency, but higher numLists show less...
_[Original comment](https://code.google.com/p/guava-libraries/issues/detail?id=1268#c5) posted by **[email protected]** on 2013-01-28 at 05:53 PM_ --- ImmutableList does seem likely to always have many subclasses -- mostly the ImmutableAsLists. Chris, I'm not sure I follow...