Skip to content

Conversation

@karimyoussef91
Copy link

Added a feature to the umapsort benchmark that enables the use of UMap with a sparse multi-file backing store interface.

@karimyoussef91 karimyoussef91 force-pushed the feature/umapsort_sparse_store branch from 8f8d994 to 7648c50 Compare August 11, 2020 11:23
if (uunmap(region, numbytes) < 0) {
std::ostringstream ss;
ss << "uunmap of failure: ";
perror(ss.str().c_str());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed here?
perror("uunmap of failure: ");

delete store;
exit(-1);
}
delete store;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the 2 forms the same here?

if(){
delete store
}
delete store

==

delete store
if(){

}

Copy link
Member

@asarkar-parsys asarkar-parsys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you address the minor comments?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants