Use xxHash for faster hash map lookups.
This most strongly affects the Vulkan back-end which uses a hash map
to cache VkPipelines. It also should speed up some parts of the D3D11
back-end.
Bug: angleproject:2522
Change-Id: I10801654f043abce17339c30d7bf62bc8644e49c
Reviewed-on: https://chromium-review.googlesource.com/c/1316889
Commit-Queue: Jamie Madill <jmadill@chromium.org>
Reviewed-by:
Jamie Madill <jmadill@chromium.org>
Showing
src/common/hash_utils.h
0 → 100644
src/common/hash_utils_unittest.cpp
0 → 100644
src/common/third_party/xxhash/LICENSE
0 → 100644
src/common/third_party/xxhash/README.md
0 → 100644
src/common/third_party/xxhash/xxhash.c
0 → 100644
src/common/third_party/xxhash/xxhash.h
0 → 100644
Please
register
or
sign in
to comment