%0 Journal Article %T Performance evaluation of apriori with memory mapped files %A T.Anuradha %A R.Satya Prasad %A S.N.Tirumala Rao %J International Journal of Computer Science Issues %D 2013 %I IJCSI Press %X The concept of memory mapped files reduces the I/O data movement by mapping file data directly to the process address space. This is best suitable for the data mining applications which involve accessing large data files. The recent improvement in parallel processor architectures is the multi-core architectures. To get the real benefit from these architectures we have to redesign the existing serial algorithms so that they can be parallelized on multi-core architectures. OpenMP is an API for parallel programming which make a serial program to run in parallel without much redesigning job. Our main concern in this paper is to evaluate the performance of apriori using linux mmap() function compared to fread() function in both the serial and parallel environments. Experiments are conducted with both simulated and standard datasets on multi-core architectures using openMP threads. Our experiments show that mmap() function gives better results than fread() function with both serial as well as parallel implementations of apriori on dual core. %K apriori %K fread() %K mmap() %K multi-core %K OpenMP %K IJCSI %U http://www.ijcsi.org/papers/IJCSI-10-1-1-162-169.pdf