-
Notifications
You must be signed in to change notification settings - Fork 472
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
feat(core): Implement RFC-3574 Concurrent Stat In List #3599
Conversation
Not sure if the test failure is related to the PR. |
Hi, this PR will need to wait for #3593 which changes the internal API of list. |
Hi, @morristai, we are going to start a new release recently. Would you like to include this PR inside it? |
Give me a day or two; I will merge the master changes. |
# Conflicts: # core/src/types/list.rs
14b823a
to
b886960
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Description
Additional Notes
concurrent
is greater than 1 orconcurrent
is equal to 1.concurrent
is equal to 1. If it does, I need some suggestions on the best practices for making changes. 🙏