Avoid containsKey calls

which showed up in a profile. In the containsKey/put case the extra map
operation on the fast path has more performance overhead than
unconditionally evaluating the value being inserted, since any expensive
values are already being evaluated lazily with Suppliers.memoize.

MOE_MIGRATED_REVID=217166646
5 files changed
tree: 08e2ac29a862a42f657c258c610fc2d9d0b7ffa5
  1. java/
  2. javatests/
  3. proto/
  4. .gitignore
  5. .travis.yml
  6. appveyor.yml
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Turbine

Turbine is a header compiler for Java.