Software-based implementations of updateable data structures for high-speed URL matching



download Download PDF

URL matching is used in many network applications, including URL blacklisting, URL-based forwarding and URL shortening services. These applications need fast URL queries and updates, thus requiring an efficient updateable data structure. As the processing power of general-purpose multicore processors increases, software-based approaches are better able to meet the speed requirements of URL matching.
In this paper, we present our preliminary performance study of finite-automata- and hash-based URL matching implementations on commodity PCs. The impacts of the cache and memory allocation methods are discussed.