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

feat(core): Implement RFC-3574 Concurrent Stat In List #3599

Merged
merged 19 commits into from
Nov 23, 2023

Conversation

morristai
Copy link
Member

Description

Additional Notes

  • I tested, and the entry order remains the same whether concurrent is greater than 1 or concurrent is equal to 1.
  • Regarding the current implementation, I'm not sure whether this will affect the performance when concurrent is equal to 1. If it does, I need some suggestions on the best practices for making changes. 🙏

@morristai morristai marked this pull request as draft November 16, 2023 05:40
@morristai
Copy link
Member Author

Not sure if the test failure is related to the PR.

@morristai morristai marked this pull request as ready for review November 16, 2023 05:43
@Xuanwo
Copy link
Member

Xuanwo commented Nov 16, 2023

Hi, this PR will need to wait for #3593 which changes the internal API of list.

@Xuanwo Xuanwo changed the title feat(core): concurrent stat in list feat(core): Implement RFC-3574 Concurrent Stat In List Nov 16, 2023
@suyanhanx suyanhanx marked this pull request as draft November 16, 2023 14:32
@Xuanwo
Copy link
Member

Xuanwo commented Nov 20, 2023

Hi, @morristai, we are going to start a new release recently. Would you like to include this PR inside it?

@morristai
Copy link
Member Author

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.

@morristai morristai marked this pull request as ready for review November 20, 2023 22:47
core/src/types/list.rs Outdated Show resolved Hide resolved
core/src/types/list.rs Outdated Show resolved Hide resolved
core/src/types/list.rs Outdated Show resolved Hide resolved
core/src/types/list.rs Outdated Show resolved Hide resolved
core/src/types/list.rs Outdated Show resolved Hide resolved
core/src/types/list.rs Outdated Show resolved Hide resolved
core/src/types/list.rs Outdated Show resolved Hide resolved
core/src/types/list.rs Outdated Show resolved Hide resolved
core/src/types/list.rs Outdated Show resolved Hide resolved
@morristai morristai marked this pull request as draft November 23, 2023 00:57
@morristai morristai marked this pull request as ready for review November 23, 2023 01:08
core/src/types/list.rs Show resolved Hide resolved
core/src/types/list.rs Outdated Show resolved Hide resolved
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work!

@Xuanwo Xuanwo merged commit 2f98ea6 into apache:main Nov 23, 2023
166 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tracking issues of RFC-3574: Concurrent Stat In List
2 participants