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

Add coroutine (C++20) and io_uring support #322

Open
subains opened this issue Oct 12, 2022 · 0 comments
Open

Add coroutine (C++20) and io_uring support #322

subains opened this issue Oct 12, 2022 · 0 comments

Comments

@subains
Copy link

subains commented Oct 12, 2022

This is a port of https://github.com/kennthhz/rocksdb. Eventually split the patch into its read and write components. This will help simply review and testing of the patch.

The final objective is to enable async execution of RocksDB API from TiKV. Allow asynchronous execution using C++ 20 coroutines. Leverage io_uring for asynchronous IO support.

Expected behavior

N/A

Actual behavior

N/A

Steps to reproduce the behavior

N/A

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

1 participant