Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Lookup<Vec<T>> impls #634

Merged
merged 1 commit into from
Dec 18, 2024
Merged

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Dec 18, 2024

split out from #633, thes two hash impls ought to delegate to the slice impl, as Vecs do, notably slices hash their length as well which this code does not.

Copy link

netlify bot commented Dec 18, 2024

Deploy Preview for salsa-rs canceled.

Name Link
🔨 Latest commit f04d645
🔍 Latest deploy log https://app.netlify.com/sites/salsa-rs/deploys/6762f2ce8ccf9c0008efee62

Copy link

codspeed-hq bot commented Dec 18, 2024

CodSpeed Performance Report

Merging #634 will not alter performance

Comparing Veykril:veykril/push-psprrykkzwvo (f04d645) with master (3c7f169)

Summary

✅ 9 untouched benchmarks

@Veykril Veykril added this pull request to the merge queue Dec 18, 2024
Merged via the queue into salsa-rs:master with commit 803d4a0 Dec 18, 2024
10 checks passed
@Veykril Veykril deleted the veykril/push-psprrykkzwvo branch December 18, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants