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

Rewrite to tokio async #12

Closed
2 of 3 tasks
beeinger opened this issue Nov 7, 2023 · 2 comments
Closed
2 of 3 tasks

Rewrite to tokio async #12

beeinger opened this issue Nov 7, 2023 · 2 comments
Assignees

Comments

@beeinger
Copy link
Member

beeinger commented Nov 7, 2023

Ref: https://tokio.rs/tokio/tutorial#:~:text=Speeding%20up%20CPU,practical%20example.

@rkdud007
Copy link
Member

rkdud007 commented Nov 8, 2023

@rkdud007 rkdud007 mentioned this issue Nov 20, 2023
@rkdud007
Copy link
Member

par_iter from: https://github.com/rayon-rs/rayon will leave it for now

need to think where to optimize it base on limitation below

  1. directly to sql many part -- bcs using store as async trait
  2. when order of node is important - bcs hash value can chnage

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