The Deduplication Problem

From NovaOrdis Knowledge Base
Revision as of 20:23, 16 October 2021 by Ovidiu (talk | contribs) (Created page with "=Internal= * Hash Tables =Overview= The deduplication problem applies to streams of data for which we need to eliminate duplicates. By stream of d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

The deduplication problem applies to streams of data for which we need to eliminate duplicates. By stream of data we mean either a large static set, or data that becomes available over time.