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:

  1. Be civil.
  2. 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
[โ€“] seang96@spgrn.com 3 points 1 week ago (1 children)

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.

[โ€“] yogthos@lemmy.ml 4 points 1 week ago

it's a really handy technique that's really underrated I find, and dead simple to implement too