You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a new dependency on Caffeine; I considered using a Guava
Cache since we already depend on Guava, but Caffeine's version is 3
times as fast for this use case.
however on master a guava cache is also used in a few places:
In e1acde9 caffeine was added to the build:
however on
master
a guava cache is also used in a few places:error-prone/check_api/src/main/java/com/google/errorprone/dataflow/nullnesspropagation/inference/NullnessQualifierInference.java
Lines 22 to 24 in 1c3c09f
error-prone/check_api/src/main/java/com/google/errorprone/dataflow/DataFlow.java
Lines 21 to 23 in 1c3c09f
so i was wondering:
is this intentional or would there be value in unifying this?
The text was updated successfully, but these errors were encountered: