-
Notifications
You must be signed in to change notification settings - Fork 457
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pageserver): use fnv hash for aux file encoding (#7742)
FNV hash is simple, portable, and stable. This pull request vendors the FNV hash implementation from servo and modified it to use the u128 variant. replaces #7644 ref #7462 --------- Signed-off-by: Alex Chi Z <chi@neon.tech>
- Loading branch information
Showing
1 changed file
with
45 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4b97683
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3147 tests run: 3006 passed, 1 failed, 140 skipped (full report)
Failures on Postgres 14
test_basebackup_with_high_slru_count[github-actions-selfhosted-sequential-10-13-30]
: releaseFlaky tests (1)
Postgres 15
test_ancestor_detach_reparents_earlier
: debugCode coverage* (full report)
functions
:31.5% (6351 of 20178 functions)
lines
:47.5% (47956 of 101008 lines)
* collected from Rust tests only
4b97683 at 2024-05-15T18:35:29.578Z :recycle: