mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #1156] [MERGED] Prefetch the backreference hashtable bucket. #1715
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/1156
Author: @copybara-service[bot]
Created: 4/12/2024
Status: ✅ Merged
Merged: 4/19/2024
Merged by: @copybara-service[bot]
Base:
master← Head:test_609192361📝 Commits (1)
1b3a5ccPrefetch the backreference hashtable bucket.📊 Changes
3 files changed (+28 additions, -7 deletions)
View changed files
📝
c/common/platform.h(+15 -0)📝
c/enc/hash_longest_match64_inc.h(+5 -2)📝
c/enc/hash_longest_match_inc.h(+8 -5)📄 Description
Prefetch the backreference hashtable bucket.
Place the prefetch before the last distance checks, to give the prefetch enough time to work.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.