I. Introduction
Approximate membership checking is widely used in networking applications to simplify and speed up processing [1]. For example, the Bloom filter [2] is commonly used in packet classification [3] and security. A recently proposed approximate membership check data structure, the cuckoo filter [4] is attracting interest as an alternative to Bloom filters. The cuckoo filter supports deletion of elements and in some settings achieves a lower false positive rate than Bloom filters when using the same amount of memory. This in conjunction with the fact that, in the worst case only two memory accesses are needed to complete a check, make it attractive for some applications. In particular, the cuckoo filter has been recently proposed for example, to improve deep packet inspection [5], longest prefix matching [6], traffic monitoring for security [7] and authentication [8].