Search
Search Results
-
Parallel C++ Efficient and Scalable High-Performance Parallel Programming Using HPX
This textbook focuses on practical parallel C++ programming at the graduate student level. In particular, it shows the APIs and related language...
-
Parallel Chords: an audio-visual analytics design for parallel coordinates
One of the commonly used visualization techniques for multivariate data is the parallel coordinates plot. It provides users with a visual overview of...
-
Refinement of Parallel Algorithms Down to LLVM: Applied to Practically Efficient Parallel Sorting
We present a stepwise refinement approach to develop verified parallel algorithms, down to efficient LLVM code. The resulting algorithms’ performance...
-
Parallel Programming for Multicore and Cluster Systems
This textbook covers the new development in processor architecture and parallel hardware. It provides detailed descriptions of parallel programming...
-
Using Parallel Performance Data to Classify Parallel Algorithms
Can we tell which parallel algorithm is executing by looking at the performance of the algorithm? In this work, we design and demonstrate a study for... -
Parallel LINQ
Language-Integrated Query (LINQ) was an important addition to .NET. Parallel LINQ (PLINQ) is its parallel implementation, which is an integral part... -
Parallel Algorithms
We develop a parallel version of the fractal set based on the parallel algorithms in the standard library. In addition, we show how to combine... -
Manycore Parallel Simulations of Fishing Nets
AbstractThis article presents the implementation and evaluation of fishing net simulations applying parallel computing on a manycore computing...
-
Network and Parallel Computing 20th IFIP WG 10.3 International Conference, NPC 2024, Haikou, China, December 7–8, 2024, Proceedings, Part II
This two part LNCS 15227 and 15528 volumes constitutes the proceedings of the 20th IFIP WG 10.3 International Conference on Network and Parallel...
-
Network and Parallel Computing 20th IFIP WG 10.3 International Conference, NPC 2024, Haikou, China, December 7–8, 2024, Proceedings, Part I
This two part LNCS 15227 and 15528 volumes constitutes the proceedings of the 20th IFIP WG 10.3 International Conference on Network and Parallel...
-
Parallel Programming with C# and .NET Fundamentals of Concurrency and Asynchrony Behind Fast-Paced Applications
If you need to understand concurrency, this book is your guide to the fundamentals behind the advanced software you seek to implement to achieve...
-
Parallel Programming
AbstractThe genesis of parallel programming models is considered. It is shown that parallelism and hardware support of synchronization inherent in an...
-
Data Parallel C++ Programming Accelerated Systems Using C++ and SYCL
"This book, now in is second edition, is the premier resource to learn SYCL 2020 and is the ONLY book you need to become part of this community." Erik...
-
Parallel and Distributed Processing Techniques 30th International Conference, PDPTA 2024, Held as Part of the World Congress in Computer Science, Computer Engineering and Applied Computing, CSCE 2024, Las Vegas, NV, USA, July 22–25, 2024, Revised Selected Papers
This book constitutes the proceedings of the 30th International Conference on Parallel and Distributed Processing Techniques, PDPTA 2024, held as...
-
Parallel Computational Technologies 17th International Conference, PCT 2023, Saint Petersburg, Russia, March 28–30, 2023, Revised Selected Papers
This book constitutes the refereed post proceedings of the 17th International Conference on Parallel Computational Technologies, PCT 2023, held in... -
Parallel virus machines
Within the branch of Natural Computing, several models or types of computation arise, some of them are well-established such as neural networks,...
-
Parallel Programming
We start with an overview of parallel programming and describe various languages and libraries for parallelism in C++. After that, we investigate... -
Parallel Computing
The concept of parallelism of computations is very important to obtain the results required by the algorithms of big data processing applied in... -
PPQSort: Pattern Parallel Quicksort
This paper presents PPQSort (Pattern Parallel Quicksort), a new parallel quicksort algorithm that provides high performance and ease of use. PPQSort... -
Recursive-Parallel Algorithm for Solving the Maximum Common Subgraph Problem
AbstractIn this paper, we propose an algorithm for solving the maximum common subgraph problem. The sequential and parallel versions of the algorithm...