Concurrent Data Structure over RDMA

Concurrent Data Structures over RDMA

This project aims to build a collection of commonly used concurrent data structures, such as hashtable, linked list, and search tree, that will utilize 1-sided RDMA primitives to enable scalable sharing over the network. The approach is to utilize lock-less paradigms, such as RCU (read-copy-update) for improved robustness and concurrency.

People