Reversible Sketch Data Structure

Li Xing
2008-01-01
Abstract:Due to the irreversibility of random hash mapping, current sketch data structures have to traverse the key address space to find frequent items. The Chinese remainder theorem for a polynomial field was used to design a family of reversible hash functions on the polynomial field, with a reversible sketch data structure, which only needs to traverse the hash address space to find and evaluate frequent items and then computes the responsible keys by reverse hash mapping. Experimental results show that the reversible sketch improves the finding speed by about four magnitudes over the Count-Min sketch with almost the same storage space and accuracy.
What problem does this paper attempt to address?