guava
https://github.com/google/guava
Java
Google core libraries for Java
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported483 Subscribers
View all SubscribersAdd a CodeTriage badge to guava
Help out
- Issues
- Document on the Guava wiki how to run one of Guava's benchmarks for yourself
- ListenableFuture.addFutureListener + FutureListener.run(Future) = less need to allocate new listeners
- Interners should allow more inspection
- Javadoc code samples for sources/sinks
- Add Ordering.explicit() that compares using == operator
- Bloom Filter Accuracy Degrades At Small Expected Number of Insertions
- Document limits on size of BloomFilter
- TimeLimiter.wrapWithDefaultValue
- CharMatcher's "positive" methods
- Add factory method to RateLimiter to allow setting maxBurstSeconds
- Docs
- Java not yet supported