A VLSI Architecture for Concurrent Data Structures (The Springer International Series in Engineering and Computer Science)
暫譯: 一種用於並行資料結構的VLSI架構(斯普林格國際工程與計算機科學系列)
J. W. Dally
- 出版商: Springer
- 出版日期: 2011-11-01
- 售價: $6,890
- 貴賓價: 9.5 折 $6,546
- 語言: 英文
- 頁數: 244
- 裝訂: Paperback
- ISBN: 1461291917
- ISBN-13: 9781461291916
-
相關分類:
VLSI、Computer-Science、Algorithms-data-structures
海外代購書籍(需單獨結帳)
商品描述
Concurrent data structures simplify the development of concurrent programs by encapsulating commonly used mechanisms for synchronization and commu nication into data structures. This thesis develops a notation for describing concurrent data structures, presents examples of concurrent data structures, and describes an architecture to support concurrent data structures. Concurrent Smalltalk (CST), a derivative of Smalltalk-80 with extensions for concurrency, is developed to describe concurrent data structures. CST allows the programmer to specify objects that are distributed over the nodes of a concurrent computer. These distributed objects have many constituent objects and thus can process many messages simultaneously. They are the foundation upon which concurrent data structures are built. The balanced cube is a concurrent data structure for ordered sets. The set is distributed by a balanced recursive partition that maps to the subcubes of a binary 7lrcube using a Gray code. A search algorithm, VW search, based on the distance properties of the Gray code, searches a balanced cube in O(log N) time. Because it does not have the root bottleneck that limits all tree-based data structures to 0(1) concurrency, the balanced cube achieves 0C.:N) con currency. Considering graphs as concurrent data structures, graph algorithms are pre sented for the shortest path problem, the max-flow problem, and graph parti tioning. These algorithms introduce new synchronization techniques to achieve better performance than existing algorithms.
商品描述(中文翻譯)
並行資料結構透過將常用的同步和通信機制封裝到資料結構中,簡化了並行程式的開發。本論文開發了一種描述並行資料結構的符號,並提供了並行資料結構的範例,還描述了一種支援並行資料結構的架構。並行 Smalltalk (CST) 是 Smalltalk-80 的衍生版本,並針對並行性進行了擴展,以描述並行資料結構。CST 允許程式設計師指定分佈在並行計算機節點上的物件。這些分佈式物件擁有許多組成物件,因此可以同時處理多個訊息。它們是構建並行資料結構的基礎。平衡立方體是一種用於有序集合的並行資料結構。該集合通過平衡的遞迴分割來分佈,該分割使用 Gray 碼映射到二進位 7 維立方體的子立方體。基於 Gray 碼距離特性的搜尋演算法 VW 搜尋,能在 O(log N) 時間內搜尋平衡立方體。由於它沒有限制所有基於樹的資料結構至 O(1) 並行性的根瓶頸,平衡立方體實現了 O(C:N) 的並行性。考慮圖形作為並行資料結構,針對最短路徑問題、最大流問題和圖形分割問題提出了圖形演算法。這些演算法引入了新的同步技術,以實現比現有演算法更好的性能。