Sketches are widely deployed to represent network flows to support complex flow analysis. Typical sketches usually employ hash functions to map elements into a hash table or bit array. Such sketches still suffer from potential weaknesses upon throughput, flexibility, and functionality. To this end, we propose Ark filter, a novel sketch that stores the element information with either of two candidate buckets indexed by the quotient or remainder between the fingerprint and filter length. In this way, no further hash calculations are required for future queries or reallocations. We further extend the Ark filter to enable capacity elasticity and more functionalities (such as frequency estimation and top-k query). Comprehensive experiments demonstrate that, compared with Cuckoo filter, Ark filter has 2.08×, 1.34×, and 1.68× throughput of deletion, insertion, and hybrid query, respectively; compared with Quotient filter, Ark filter has 4.55×, 1.74×, and 22.12× throughput of deletion, insertion, and hybrid query, respectively; compared with Bloom filter, Ark filter has 2.55× and 2.11× throughput of insertion and hybrid query, respectively.