Concurrent Data Structures with Near-Data-Processing: an Architecture-Aware Implementation
Concurrent Data Structures with Near-Data-Processing: an Architecture-Aware Implementation
复制标题
DOI:
10.1145/3323165.3323191
复制
发表时间:
2019-06
期刊:
影响因子:
--
通讯作者:
Jiwon Choe;Amy Huang;T. Moreshet;Maurice Herlihy;R. I. Bahar
中科院分区:
文献类型:
--
作者:
Jiwon Choe;Amy Huang;T. Moreshet;Maurice Herlihy;R. I. Bahar
Recent advances in memory architectures have provoked renewed interest in near-data-processing (NDP) as way to alleviate the "memory wall" problem. An NDP architecture places logic circuits, such as simple processors, in close proximity to memory. Effective use of NDP architectures requires rethinking data structures and their algorithms. Here, we provide an empirical evaluation of several NDP-aware algorithms for general-purpose concurrent data structures such as linked-lists, skiplists, and FIFO queues. The empirical analysis reveals that the potential benefits of NDP-based concurrent data structures are less than what had been expected in earlier studies. In turn, we introduce lightweight NDP hardware modifications, inspired by initial observations on data access patterns and underlying DRAM activity. Even the minimal changes to hardware significantly improve the performance and energy consumption of NDP-based concurrent data structures, and in many cases, the resulting data structures outperform state-of-the-art concurrent data structures.