• Home
  • Advanced Search
  • Directory of Libraries
  • About lib.ir
  • Contact Us
  • History
  • ورود / ثبت نام

عنوان
Shared-memory parallelism can be simple, fast, and scalable /

پدید آورنده
Julian Shun.

موضوع
Parallel computers-- Programming.,Parallel programming (Computer science),Parallel computers-- Programming.,Parallel programming (Computer science)

رده
QA76
.
642
.
S587
2017

کتابخانه
Center and Library of Islamic Studies in European Languages

محل استقرار
استان: Qom ـ شهر: Qom

Center and Library of Islamic Studies in European Languages

تماس با کتابخانه : 32910706-025

INTERNATIONAL STANDARD BOOK NUMBER

(Number (ISBN
1970001895
(Number (ISBN
9781970001891
Erroneous ISBN
1970001887
Erroneous ISBN
1970001909
Erroneous ISBN
1970001917
Erroneous ISBN
9781970001884
Erroneous ISBN
9781970001907
Erroneous ISBN
9781970001914

TITLE AND STATEMENT OF RESPONSIBILITY

Title Proper
Shared-memory parallelism can be simple, fast, and scalable /
General Material Designation
[Book]
First Statement of Responsibility
Julian Shun.

EDITION STATEMENT

Edition Statement
First edition.

.PUBLICATION, DISTRIBUTION, ETC

Place of Publication, Distribution, etc.
[San Rafael, California] :
Name of Publisher, Distributor, etc.
Morgan & Claypool,
Date of Publication, Distribution, etc.
2017.

PHYSICAL DESCRIPTION

Specific Material Designation and Extent of Item
1 online resource (xv, 426 pages) :
Other Physical Details
illustrations

SERIES

Series Title
ACM books,
Volume Designation
#15
ISSN of Series
2374-6777 ;

GENERAL NOTES

Text of Note
Title from PDF title page (viewed on August 10, 2017).

INTERNAL BIBLIOGRAPHIES/INDEXES NOTE

Text of Note
Includes bibliographical references (pages 379-412) and index.

CONTENTS NOTE

Text of Note
1. Introduction -- 1.1 Shared-memory programming -- 1.2 Shared-memory algorithm design -- 1.3 Shared-memory performance -- 1.4 The problem based benchmark suite -- 1.5 Contributions of this book
Text of Note
10. Parallel and cache-oblivious triangle computations -- 10.1 Introduction -- 10.2 Preliminaries -- 10.3 Triangle counting -- 10.4 Exact triangle counting -- 10.5 Approximate triangle counting -- 10.6 Extensions -- 10.7 Evaluation -- 10.8 Parallelization of the Pagh-Silvestri algorithm -- 10.9 Prior and related work
Text of Note
11. Parallel Cartesian tree and suffix tree construction -- 11.1 Introduction -- 11.2 Preliminaries -- 11.3 Parallel Cartesian trees -- 11.4 Cartesian trees and the ANSV problem -- 11.5 Experiments
Text of Note
12. Parallel computation of longest common prefixes -- 12.1 Introduction -- 12.2 Preliminaries -- 12.3 Algorithms and analysis -- 12.4 Experiments
Text of Note
13. Parallel Lempel-Ziv factorization -- 13.1 Introduction -- 13.2 Preliminaries -- 13.3 Parallel Lempel-Ziv factorization algorithm -- 13.4 Implementations -- 13.5 Experiments
Text of Note
14. Parallel wavelet tree construction -- 14.1 Introduction -- 14.2 Preliminaries -- 14.3 Related work -- 14.4 Parallel wavelet tree construction -- 14.5 Experiments -- 14.6 Parallel construction of rank/select structures -- 14.7 Extensions
Text of Note
15. Conclusion and future work -- 15.1 Summary -- 15.2 Future work
Text of Note
2. Preliminaries and notation -- 2.1 Parallel programming model -- 2.2 Algorithmic complexity model -- 2.3 Parallel primitives -- 2.4 Graphs -- 2.5 Strings -- 2.6 Problem definitions -- 2.7 Experimental environment -- Part I. Programming techniques for deterministic parallelism
Text of Note
3. Internally deterministic parallelism: techniques and algorithms -- 3.1 Introduction -- 3.2 Programming model -- 3.3 Commutative building blocks -- 3.4 Internally deterministic parallel algorithms -- 3.5 Experimental results
Text of Note
4. Deterministic parallelism in sequential iterative algorithms -- 4.1 Introduction -- 4.2 Analysis tools -- 4.3 Algorithmic design techniques -- 4.4 Maximal independent set -- 4.5 Maximal matching -- 4.6 Random permutation -- 4.7 List contraction -- 4.8 Tree contraction -- 4.9 Limited randomness -- 4.10 Experiments
Text of Note
5. A deterministic phase-concurrent parallel hash table -- 5.1 Introduction -- 5.2 Related work -- 5.3 Preliminaries -- 5.4 Deterministic phase-concurrent hash table -- 5.5 Applications -- 5.6 Experiments
Text of Note
6. Priority updates: a contention-reducing primitive for deterministic programming -- 6.1 Introduction -- 6.2 Priority updates -- 6.3 Contention in shared memory operations -- 6.4 Applications of priority update -- 6.5 Experiment study: applications
Text of Note
7. Ligra: a lightweight graph processing framework for shared memory -- 7.1 Introduction -- 7.2 Related work -- 7.3 Framework -- 7.4 Applications -- 7.5 Experiments
Text of Note
8. Ligra+: adding compression to Ligra -- 8.1 Introduction -- 8.2 Previous work -- 8.3 Ligra+ implementation -- 8.4 Experiments
Text of Note
9. Linear-work parallel graph connectivity -- 9.1 Introduction -- 9.2 Linear-work low-diameter decomposition -- 9.3 Linear-work connectivity -- 9.4 Implementation details -- 9.5 Experiments
Text of Note
Part II. Large-scale shared-memory graph analytics
Text of Note
Part III. Parallel graph algorithms
Text of Note
Part IV. Parallel string algorithms
Text of Note
References -- Index -- Author's biography.
0
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8
8

SUMMARY OR ABSTRACT

Text of Note
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 book, a revised version of the thesis that won the 2015 ACM Doctoral Dissertation Award, 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. It 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 serve to ease the transition into the multicore era. The book starts by introducing 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 book then introduces Ligra, the first high-level shared-memory framework for parallel graph traversal algorithms. The framework enables short and concise implementations that deliver performance competitive with that of highly optimized code and up to orders of magnitude faster than previous systems designed for distributed memory. Finally, the book bridges 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 both practical and theoretically efficient.

OTHER EDITION IN ANOTHER MEDIUM

International Standard Book Number
9781970001884

TOPICAL NAME USED AS SUBJECT

Parallel computers-- Programming.
Parallel programming (Computer science)
Parallel computers-- Programming.
Parallel programming (Computer science)

DEWEY DECIMAL CLASSIFICATION

Number
005
.
275
Edition
23

LIBRARY OF CONGRESS CLASSIFICATION

Class number
QA76
.
642
Book number
.
S587
2017

PERSONAL NAME - PRIMARY RESPONSIBILITY

Shun, Julian

ORIGINATING SOURCE

Date of Transaction
20200823064422.0
Cataloguing Rules (Descriptive Conventions))
rda

ELECTRONIC LOCATION AND ACCESS

Electronic name
 مطالعه متن کتاب 

[Book]

Y

Proposal/Bug Report

Warning! Enter The Information Carefully
Send Cancel
This website is managed by Dar Al-Hadith Scientific-Cultural Institute and Computer Research Center of Islamic Sciences (also known as Noor)
Libraries are responsible for the validity of information, and the spiritual rights of information are reserved for them
Best Searcher - The 5th Digital Media Festival