Shared-Memory Parallelism Can be Simple, Fast, and Scalable

Shared-Memory Parallelism Can be Simple, Fast, and Scalable
Author :
Publisher : Morgan & Claypool
Total Pages : 500
Release :
ISBN-10 : 9781970001907
ISBN-13 : 1970001909
Rating : 4/5 (07 Downloads)

Book Synopsis Shared-Memory Parallelism Can be Simple, Fast, and Scalable by : Julian Shun

Download or read book Shared-Memory Parallelism Can be Simple, Fast, and Scalable written by Julian Shun and published by Morgan & Claypool. This book was released on 2017-06-01 with total page 500 pages. Available in PDF, EPUB and Kindle. Book excerpt: Parallelism is the key to achieving high performance in computing. However, writing efficient and scalable parallel programs is notoriously difficult, and often requires significant expertise. To address this challenge, it is crucial to provide programmers with high-level tools to enable them to develop solutions easily, and at the same time emphasize the theoretical and practical aspects of algorithm design to allow the solutions developed to run efficiently under many different settings. This thesis addresses this challenge using a three-pronged approach consisting of the design of shared-memory programming techniques, frameworks, and algorithms for important problems in computing. The thesis provides evidence that with appropriate programming techniques, frameworks, and algorithms, shared-memory programs can be simple, fast, and scalable, both in theory and in practice. The results developed in this thesis serve to ease the transition into the multicore era. The first part of this thesis introduces tools and techniques for deterministic parallel programming, including means for encapsulating nondeterminism via powerful commutative building blocks, as well as a novel framework for executing sequential iterative loops in parallel, which lead to deterministic parallel algorithms that are efficient both in theory and in practice. The second part of this thesis introduces Ligra, the first high-level shared memory framework for parallel graph traversal algorithms. The framework allows programmers to express graph traversal algorithms using very short and concise code, delivers performance competitive with that of highly-optimized code, and is up to orders of magnitude faster than existing systems designed for distributed memory. This part of the thesis also introduces Ligra+, which extends Ligra with graph compression techniques to reduce space usage and improve parallel performance at the same time, and is also the first graph processing system to support in-memory graph compression. The third and fourth parts of this thesis bridge the gap between theory and practice in parallel algorithm design by introducing the first algorithms for a variety of important problems on graphs and strings that are efficient both in theory and in practice. For example, the thesis develops the first linear-work and polylogarithmic-depth algorithms for suffix tree construction and graph connectivity that are also practical, as well as a work-efficient, polylogarithmic-depth, and cache-efficient shared-memory algorithm for triangle computations that achieves a 2–5x speedup over the best existing algorithms on 40 cores. This is a revised version of the thesis that won the 2015 ACM Doctoral Dissertation Award.


Shared-Memory Parallelism Can be Simple, Fast, and Scalable Related Books

Shared-Memory Parallelism Can be Simple, Fast, and Scalable
Language: en
Pages: 500
Authors: Julian Shun
Categories: Computers
Type: BOOK - Published: 2017-06-01 - Publisher: Morgan & Claypool

DOWNLOAD EBOOK

Parallelism is the key to achieving high performance in computing. However, writing efficient and scalable parallel programs is notoriously difficult, and often
Circuits, Packets, and Protocols
Language: en
Pages: 632
Authors: James L. Pelkey
Categories: Computers
Type: BOOK - Published: 2022-04-19 - Publisher: Morgan & Claypool

DOWNLOAD EBOOK

As recently as 1968, computer scientists were uncertain how best to interconnect even two computers. The notion that within a few decades the challenge would be
Computational Science and Its Applications -- ICCSA 2012
Language: en
Pages: 795
Authors: Beniamino Murgante
Categories: Computers
Type: BOOK - Published: 2012-06-16 - Publisher: Springer

DOWNLOAD EBOOK

The four-volume set LNCS 7333-7336 constitutes the refereed proceedings of the 12th International Conference on Computational Science and Its Applications, ICCS
Theories of Programming
Language: en
Pages: 450
Authors: Cliff B. Jones
Categories: Computers
Type: BOOK - Published: 2021-09-26 - Publisher: Morgan & Claypool

DOWNLOAD EBOOK

Sir Tony Hoare has had an enormous influence on computer science, from the Quicksort algorithm to the science of software development, concurrency and program v
Concurrency
Language: en
Pages: 367
Authors: Dahlia Malkhi
Categories: Computers
Type: BOOK - Published: 2019-09-16 - Publisher: Morgan & Claypool

DOWNLOAD EBOOK

This book is a celebration of Leslie Lamport's work on concurrency, interwoven in four-and-a-half decades of an evolving industry: from the introduction of the