STXXL : Standard Template Library for Extra Large Data Sets - 0 views
-
The key features of STXXL are:
-
Transparent support of parallel disks. The library provides implementations of basic parallel disk algorithms. STXXL is the only external memory algorithm library supporting parallel disks.
-
The library is able to handle problems of very large size (tested to up to dozens of terabytes).
- ...4 more annotations...
[PDF] « Is Parallel Programming Hard, And, If So, What Can You Do About It? »... - 0 views
-
« The purpose of this book is to help you understand how to program shared-memory parallel machines without risking your sanity. By describing the algorithms and designs that have worked well in the past, we hope to help you avoid at least some of the pitfalls that have beset parallel projects. But you should think of this book as a foundation on which to build, rather than as a completed cathedral. You mission, if you choose to accept, is to help make further progress in the exciting field of parallel programming, progress that should in time render this book obsolete. Parallel programming is not as hard as it is reputed, and it is hoped that this book makes it even easier for you. »