English

Parallel Search with Extended Fibonacci Primitive

Distributed, Parallel, and Cluster Computing 2013-07-09 v4

Abstract

Search pattern experienced by the processor to search an element in secondary storage devices follows a random sequence. Formally, it is a random walk and its modeling is crucial in studying performance metrics like memory access time. In this paper, we first model the random walk using extended Fibonacci series. Our simulation is done on a parallel computing model (PRAM) with EREW strategy. Three search primitives are proposed under parallel computing model and each primitive is thoroughly tested on an array of size 10710^7 with the size of random walk being 10410^4. Our findings reveal that search primitive with pointer jumping is better than the other two primitives. Our key contribution lies in modeling random walk as an extended Fibonacci series generator and simulating the same with various search primitives.

Keywords

Cite

@article{arxiv.1303.4191,
  title  = {Parallel Search with Extended Fibonacci Primitive},
  author = {Surabhi Jain and N. Sadagopan},
  journal= {arXiv preprint arXiv:1303.4191},
  year   = {2013}
}

Comments

7 pages, 5 figures This paper has been withdrawn by the author due to an error in the simulation

R2 v1 2026-06-21T23:43:35.650Z