dash icon indicating copy to clipboard operation
dash copied to clipboard

Scalable Hashing on Persistent Memory

Results 3 dash issues
Sort by recently updated
recently updated
newest added

code such as:key_hash = h(curr_key->key, curr_key->length); So how the function h works?I can't find any definition of it.I'll be very appreciated if u can answer my question! FrankLin

`static const char* layout_name = "hashtable";` `pm_pool_ = pmemobj_create_addr(pool_name, layout_name, pool_size,CREATE_MODE_RW, (void*)pool_addr);` I tried to run the "test_pmem" and "example". However,both of them got an error called "failed to create...

I pulled down the code of Dash from github and change the workload with the one we generated ourselves, I ran into a segment fault when I run concurr_search after...