Skip to content

Conversation

@cuishuang
Copy link

@cuishuang cuishuang commented Sep 26, 2024

The intention here should be to initialize a slice with a capacity of len(staffCustomerIDs) rather than initializing the length of this slice.

The online demo: https://go.dev/play/p/q1BcVCmvidW

Signed-off-by: cuishuang <imcusg@gmail.com>
@cuishuang
Copy link
Author

@coocood Hi, could you please review this PR? Thank you!

@coocood
Copy link
Owner

coocood commented Oct 31, 2025

The intension is initializing the length, or the test would fail.

@Amr-Shams
Copy link

you are right here, but not right to the context of the ring buffer, when the ring buffer tries to set a segment a value, they store the length not the capacity of the object and the capacity of the object is not concerned with the implementation for several reasons, so TLDR: the capacity is ignored and the length is the actual matter attribute

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

Successfully merging this pull request may close these issues.

3 participants