Thursday, April 10, 2008

initial results using intel compiler

We tested our smart rule cache program (parallelized with taskq) using a rule set of 102 rules. The results are listed below. It shows that using multithreading can reduce the average update time to roughly half of the original one.

Num of rulesNum of threadsAvg update time (10^(-6)s)Cumulative hit ratio (%)
original10217399.98
parallel102210199.98
parallel102410499.98
parallel102814199.95

No comments: