[llvm-commits] CVS: llvm-test/External/FPGrowth/README

John Criswell criswell at cs.uiuc.edu
Wed Nov 3 09:42:22 PST 2004



Changes in directory llvm-test/External/FPGrowth:

README added (r1.1)
---
Log message:

Original email detailing what this code does.



---
Diffs of the changes:  (+6 -0)

Index: llvm-test/External/FPGrowth/README
diff -c /dev/null llvm-test/External/FPGrowth/README:1.1
*** /dev/null	Wed Nov  3 11:42:20 2004
--- llvm-test/External/FPGrowth/README	Wed Nov  3 11:42:10 2004
***************
*** 0 ****
--- 1,6 ----
+ In yesterday's compiler seminar, I found that Jiawei Han and Shengnan Cong have
+ this data mining program that could be useful for the paper. It is very compute
+ intensive and creates one large tree and then repeatedly creates a small tree,
+ uses it for a search, and then throws it away. That latter phase takes 96% of
+ the total run time. The code is in C++.
+ 






More information about the llvm-commits mailing list