Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Use the precomputed skykey hash to short circuit equality comparison. | Shreya Bhattarai | 2016-06-14 |
* | Use static creation method for SkyKey. This allows interning SkyKeys as they ... | Janak Ramakrishnan | 2016-03-03 |
* | Use Bazel Preconditions variant which avoids varargs array creation | Mark Schaller | 2015-12-10 |
* | In SkyKey#equals, check for 'functionName' equality before checking for 'argu... | Nathan Harmata | 2015-11-04 |
* | Rationalize copyright headers | Damien Martin-Guillerez | 2015-09-25 |
* | Only perform one read of the hashCode field in our benign-data-racy hashCode(... | Nathan Harmata | 2015-08-26 |
* | Add clarification about hash codes of 0. | Nathan Harmata | 2015-08-11 |
* | Fix race condition in SkyKey#hashCode by using the hashCode caching strategy ... | Nathan Harmata | 2015-08-11 |
* | Make SkyKey cached hash code transient | Mark Schaller | 2015-04-27 |
* | Update from Google. | Han-Wen Nienhuys | 2015-02-25 |