This directory contains all of the code required to create a parallel
version of quicksort based on pthreads.  It is based on code developed
for the Fall, 2010 offering of 15-213/18-243, but with subsequent
refinements.

Files:
	csapp.{c,h}:	  Standard routines from CS:APP
	realtimer.{c,h}:  Code to compute elapsed time for program.
	taskq.{c,h}:	  Implementation of a multi-threaded task queue
	qsort.{c,h}:	  Serial & parallel quicksort implementation
	sortbench.c:	  Benchmarking program.
	sortbench-run.pl: Run tests and collect data
	Makefile

	
	
