-
Notifications
You must be signed in to change notification settings - Fork 165
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
list.Joined is uselessly copying data instead of being lazy #1254
Comments
@paulodamaso/z please, pay attention to this issue |
@victornoel Let's first decide about cactoos lists fate in #1242 right? |
@0crat in |
@0crat status |
@baudoliver7 This is what I know about this job in C63314D6Z, as in §32:
|
@victornoel I dont catch very well what you mean. Could you give me more explanations ? |
@baudoliver7 currently, when you call the constructor of |
@baudoliver7 thx |
@sereshqua/z please review this job completed by @baudoliver7/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
@0crat quality good |
@victornoel 2 puzzles #1561, #1562 are still not solved. |
@victornoel 2 puzzles #unknown, #unknown are still not solved. |
I believe
list.Joined
could be implemented by storing the underlyingList
s and delegating to them in each of the methods ofList
.This would in particular be done by storing as a state of
Joined
an ordered collection (i.e., a list) of the underlying lists and computing the corresponding indexes of the elements dynamically.There would be the need to introduce maybe some implementations for the iterators to do the same.
The text was updated successfully, but these errors were encountered: