Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrent operations support #7

Open
enoch-robinson opened this issue Jun 17, 2020 · 3 comments
Open

Concurrent operations support #7

enoch-robinson opened this issue Jun 17, 2020 · 3 comments
Assignees

Comments

@enoch-robinson
Copy link

Is there implemetation and test for concurrent operations support which is evaluated in Section 5.6 of your thesis?

@maawad
Copy link
Member

maawad commented Jun 17, 2020

Hi,
I've been refactoring the code so I haven't added these yet, but it should be simple to add for the current supported operations (insert, query, and delete). Which operations are you looking for? also curious about the semantics you are looking for for these concurrent operations?

@enoch-robinson
Copy link
Author

The concurrent operations that mixed operations (insert, query, delete) are processed in same kernel. I find your interface are only "insertKey","SearchKey" that only process same type of operations in one kernel. The concurrent semantics can be same with the statement in Section 5.6.

@maawad maawad self-assigned this Jun 17, 2020
@maawad
Copy link
Member

maawad commented Jun 17, 2020

Okay, I'll add a test for that (this weekend hopefully).

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

No branches or pull requests

2 participants