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
- Reject non-URI-safe hosts in HostSpecifier
- Add Streams.forEachWithIndex
- Fix Lists.transform and other collection views to preserve spliterato…
- Optimize StringUtil.javaScriptEscape() by replacing boxed Set lookups with binary search and fast-path range checks.
- Optimize StringUtil.javaScriptEscape() by replacing boxed Set lookups with binary search and fast-path range checks.
- Optimize ImmutableMap.copyOf() and ImmutableBiMap.copyOf() to bypass iterator and Entry object allocations when copying lazy or transformed map views.
- Optimize CharMatcher.replaceFrom(CharSequence, CharSequence) to use a thread-local character buffer for target lengths <= 1024, eliminating temporary array allocations.
- Optimize IntMath.mod and LongMath.mod (using bitwise AND when modulus is a positive power of two) and DoubleMath.isPowerOfTwo (using raw IEEE 754 bit check).
- Add RateLimiter.create(double, double) for pre-filled burst capacity
- In favor of Immutable interfaces
- Docs
- Java not yet supported