aboutsummaryrefslogtreecommitdiff
path: root/guava-tests/test/com/google/common/hash
AgeCommit message (Expand)Author
2021-04-27Deflake `HashingTest`.Éamonn McManus
2020-12-23Optimize CRC32C.lowasser
2020-12-16Internal changeGoogle Java Core Libraries
2020-11-10Rollbackkak
2020-11-10Do 16-byte strides in CRC32C in c.g.c.hash, resulting in roughly a 3.3x speed...lowasser
2020-11-10Add additional test for `Crc32cHashFunction`.kak
2020-10-02Begin tweaking Guava sources to satisfy Copybara.cpovirk
2019-11-06Add @SuppressWarnings("DoNotMock") to mocked com.google.common typesjlavallee
2019-06-03Fix littleEndian/bigEndian checks in HashTestUtils.fraa
2019-05-05Fixed some links.Lorenz Nickel
2019-04-09Bumped the FPP to prevent OOMs on JDK 11.dpb
2019-02-26Add some known UTF-8 hash values to Murmur3_32 tests. UTF-8 is more comparabl...tszymanski
2018-11-26Replace usages of Truth's deprecated hasMessage() with hasMessageThat() in Gu...dlos
2018-05-09Use the type annotation version of @Nullable in the Java 8 branchcushon
2018-01-30Mark HashFunction @Immutable.nwatson
2017-12-07Migrate from jsr305 @Nullable to Checker Framework @NullableDecl.cpovirk
2017-12-04google-java-format MOST OF THE THINGS.cpovirk
2017-10-19Fix minor spelling errors in tests.thekeenant
2017-09-26Slightly bump the fpp to prevent OOM under JDK9.kak
2017-08-11PolishingJonathan Bluett-Duncan
2017-07-06Update code.google.com link to github in Murmur3Hash32Testkak
2017-06-26Add BloomFilter collector, now that common.hash is forked. Finishes off http...lowasser
2017-06-14Optimize murmur3_32 hashString(CharSequence, UTF_8) to unroll the Utf8 direct...lowasser
2017-06-13Expand common.hash ByteBuffer support, adding a default AbstractHasher hashBy...lowasser
2017-06-09Adding ByteBuffer support to Hashing APIs. Rollforward now that broken user i...chrisn
2017-06-07Automated g4 rollback of changelist 158168944.poddark
2017-06-06Adding ByteBuffer support to Hashing APIs.chrisn
2017-06-01Reorganize abstract HashFunction and Hasher implementations to simplify commo...lowasser
2017-05-30Fixes incorrectly-ordered arguments to method calls ([]andrewrice
2017-05-25Avoid garbage allocation in simple hashBytes calls with Murmur3.lowasser
2017-05-02Make BloomFilter concurrent.lowasser
2017-04-05BloomFilter.approximateElementCount(): rename from its temporary name,kevinb
2017-03-27Add BloomFilter.approximateCount().Thomas Beutler
2017-01-03Tweaks from shuffling of internal hash functions.sunxin
2016-12-28Add a TODO; inadvertently update some copyright dates.sunxin
2016-11-08Fix some typos in guava-[gwt,testlib,tests]/*Sebastian Kürten
2016-09-15Fix imports in all Guava packages.cgdecker
2016-07-19Update imports ordering to the new java import order.gak
2016-07-11Migrate from easymock to mockito in javatests/com/google/common/hashkak
2016-06-23Remove trailing whitespace.cpovirk
2016-02-02Remove unnecessary 'unused' variables thanks to an update in the @CheckReturn...kak
2016-02-01Add @CheckReturnValue to the entire c.g.c.hash package.kak
2015-12-17Remove @SuppressWarning for "CheckReturnValue" and "CanIgnoreReturnValue" inkak
2015-12-14To generate random hashable things, use Random instead of Object hash codes.cpovirk
2015-12-09Suppress testGoodFastHash32 under Android, as it is flaky there.cpovirk
2015-11-10Implement FarmHash's Fingerprint64 in Java.gpike
2015-11-03Suppress another flaky test.cpovirk
2015-11-03Reduce Bloom filter size again to reduce (eliminate?) flakiness.cpovirk
2015-10-30Reduce size of "large bloom filters" test...it's causing OOMEskak
2015-10-29Another flaky test.cpovirk