CSC/ECE 506 Spring 2015/5b SA

From Expertiza_Wiki
Revision as of 21:09, 25 February 2015 by Adas4 (talk | contribs) (→‎Introduction)
Jump to navigation Jump to search

Introduction

Parallelization of computations in the presence of dynamic data structures has shown immense potential. Here we discuss how can we parallelize linked data structures. Efficiently exploiting parallelism is fundamental in parallel computing even in the context of dynamic data structures. Some amount of speculation is needed to figure out how to exploit it the best. We discuss the major steps in parallelizing data structures and then discuss some techniques and algorithms existing in the literature to gain more insight into it.

Overview

Algorithms

Applications

Summary

References