Title
A generic parallel collection framework
Abstract
Most applications manipulate structured data. Modern languages and platforms provide collection frameworks with basic data structures like lists, hashtables and trees. These data structures have a range of predefined operations which include mapping, filtering or finding elements. Such bulk operations traverse the collection and process the elements sequentially. Their implementation relies on iterators, which are not applicable to parallel operations due to their sequential nature. We present an approach to parallelizing collection operations in a generic way, used to factor out common parallel operations in collection libraries. Our framework is easy to use and straightforward to extend to new collections. We show how to implement concrete parallel collections such as parallel arrays and parallel hash maps, proposing an efficient solution to parallel hash map construction. Finally, we give benchmarks showing the performance of parallel collection operations.
Year
Venue
Keywords
2011
Euro-Par (2)
parallelizing collection operation,parallel array,concrete parallel collection,basic data structure,common parallel operation,generic parallel collection framework,collection framework,parallel collection operation,collection library,parallel hash map,new collection
DocType
Volume
ISSN
Conference
6853
0302-9743
Citations 
PageRank 
References 
12
0.83
7
Authors
4
Name
Order
Citations
PageRank
Aleksandar Prokopec116313.56
Phil Bagwell2814.64
Tiark Rompf374345.86
Martin Odersky42261170.39