FUSEE icon indicating copy to clipboard operation
FUSEE copied to clipboard

This is the implementation repository of our FAST'23 paper: FUSEE: A Fully Memory-Disaggregated Key-Value Store.

Results 1 FUSEE issues
Sort by recently updated
recently updated
newest added

I try to use FUSEE in my own project (mainly `kv_insert`, `kv_update`, `kv_delete`, `kv_search`...). But I found that when I use `kv_insert`, segmentfault will occur because `log_commit_addr_list` is empty. `log_commit_addr_list`...