mirror of
https://github.com/nspcc-dev/hrw.git
synced 2026-03-01 04:28:41 +00:00
murmur3 external dep is not maintained (at least it seems so) #6
Labels
No labels
I0
I1
I4
S2
S2
S3
S4
U4
U4
blocked
dependencies
discussion
enhancement
feature
go
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/hrw#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Originally created by @carpawell on GitHub (Oct 3, 2023).
Originally assigned to: @carpawell on GitHub.
Is your feature request related to a problem? Please describe.
I'm always frustrated when I see using libraries that have not gotten any patches for years (well, they could be good enough but let me be a pessimist). https://github.com/spaolacci/murmur3 is one of them, it got its last commit at the same time we changed our library, wow!
Describe the solution you'd like
See if we have any other examples to test or even bench, e.g. https://github.com/twmb/murmur3.
Describe alternatives you've considered
Do nothing.
Additional context
I went through go.mod and this repo does not use this many deps to skip the fact that
murmur3has not been updated for 3+ years.@roman-khimov commented on GitHub (Oct 3, 2023):
NeoGo uses github.com/twmb/murmur3 v1.1.5, so it should be OK, but please check wrt performance differences.