guava
guava copied to clipboard
Google core libraries for Java
This detects the problem of https://github.com/google/guava/issues/7769. To actually merge this, I'd want to: - Make it work with the version of Gradle we already use, 8.5, or else upgrade the...
Add HighwayFingerprint64 to ChecksumBenchmark
DO NOT MERGE Demo of Guava changes for https://github.com/openjdk/jdk/pull/23461. This change pre-sizes collectors for which the size of the output collection must match the size of the input stream. It...
Upon reviewing the AbstractBaseGraph class in the Guava library, I have identified an opportunity to enhance its performance by reducing redundant object creation. Specifically, in methods that return collections, such...
### Guava Version 33.2.1 and old versions use asMap() and ComputingValueReference ### Description the bug is specifically caused since a failure loading attempt results in ComputingValueReference keeps reference to previous...
_[Original issue](https://code.google.com/p/guava-libraries/issues/detail?id=938) created by **drewmark** on 2012-03-15 at 06:30 PM_ --- Please make AbstractStreamingHashFunction and AbstractNonStreamingHashFunction more visible (like protected or public) so that they can be extended by guava...
guava-testlib should have an Automatic-Module-Name for use in dependent modular projects. It seems that its module name, `guava.testlib` is derived from the filename as of 30.1.1.-jre. Issue https://github.com/google/guava/issues/2920 and related...
### API(s) `com.google.common.collect.testing.*` For example `MapTestSuiteBuilder` or `ListTestSuiteBuilder` ### How do you want it to be improved? The collection test suites should make it easier to identify where in the...
It still refers to `https://code.google.com/p/guava-libraries/` and so forth.
### Guava Version Noticed on 33.2.1-android because of an old PR, but currently using 33.3.1-android ### Description TL;DR: Gradle uses the Module Metadata to use -jre version, but Maven and...