Parallel search or multithreaded search is a way to increase search speed by using additional processors. Parallel search algorithms are classified by their scalability (that means the behavior of the algorithm as the number of processors becomes large) and their speed up.