A Fast Compression Algorithm for Rule Set

WANG Kun,GU Nai-jie,REN Kai-xin
DOI: https://doi.org/10.3969/j.issn.1000-1220.2012.08.031
2012-01-01
Abstract:Rule set exhibit great aggregation character in practice.We propose a fast compression algorithm for rule set according to this feature in this paper.This algorithm is a coarse-to-fine process that it firstly classifies rules,and then merges them.The algorithm uses the hash function to hash the extracted rule information and constructs binary search tree using the hash value to achieve coarse classification,then completes fine classification in hash function conflict tables of specific tree nodes,and finally merges rules in the table to complete the compression process.The experiments show that the fast compression algorithm has rapid compression speed with little harm to compression rate,and reduces more than 90% compression time for larger rule set,comparing to simple compression solution of exhaustively comparing each rule and each field of the rule.
What problem does this paper attempt to address?