Skip to content
New issue

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

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

Already on GitHub? # to your account

Optimize local access routine of update and get operation #11

Open
wynot12 opened this issue Dec 25, 2017 · 1 comment
Open

Optimize local access routine of update and get operation #11

wynot12 opened this issue Dec 25, 2017 · 1 comment

Comments

@wynot12
Copy link
Contributor

wynot12 commented Dec 25, 2017

#10 has fixed concurrency bug in local access of update operation.
However it exploits remote access routine for local access, which has unnecessary overheads (e.g., serialization of key, update value. passing loopback interface).

We can further optimize the local access routine of update operation.

@wynot12 wynot12 changed the title Optimize local access routine of update operation Optimize local access routine of update and get operation Dec 26, 2017
@wynot12
Copy link
Contributor Author

wynot12 commented Dec 26, 2017

#14 introduces the same inefficiency in get APIs.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant