this post was submitted on 22 Feb 2026
14 points (100.0% liked)
General Programming Discussion
9791 readers
1 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I used this for my capstone project on data deduplication. I believe I used it to check if the chunk of data has not been seen before.
it's a really handy technique that's really underrated I find, and dead simple to implement too