commit | b756088af73d5934e2293edff7720d86ec77ba7a | [log] [tgz] |
---|---|---|
author | Alan Ding <alanding@google.com> | Sun Apr 28 17:13:41 2024 -0700 |
committer | Alan Ding <alanding@google.com> | Sun Apr 28 17:41:46 2024 -0700 |
tree | 5f919fa273f033ac0f83d7a547decf10637e7dc4 | |
parent | db8c7b40ec0fbb491f5f3ca6b7cc50a7144ee6c0 [diff] |
FTL: Support ftl::stable_hash based on CityHash64 Extends stable hash from libui by increasing maximum string length supported from 16 to 64 bytes (CityHash64 v1.0.1 - please see http://code.google.com/p/cityhash/). Bug: 185536303 Bug: 194863377 Test: ftl_test Test: Compare with 64-bit std::hash<std::string_view> Change-Id: Ib123d0690a0d2150aa51c91526784dcf77a65d46