-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 1-arg, 2-arg, 3-arg methods (#29)
These methods avoid allocating an array, so should have a tiny performance improvement on the happy path. Adding them now to hopefully preempt a guava 21 style breakage, because while adding these later would be compilation compatible, the resultant binary would not be compatible!
- Loading branch information
Showing
1 changed file
with
148 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters