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

Add explanation about persistent collection to doc #184

Open
ayyubid opened this issue Jun 2, 2024 · 1 comment
Open

Add explanation about persistent collection to doc #184

ayyubid opened this issue Jun 2, 2024 · 1 comment
Labels
doc Documentation improvement task

Comments

@ayyubid
Copy link

ayyubid commented Jun 2, 2024

I'm not familiar with functional programming and just a Kotlin programmer.
It would be awesome if someone could add a simple explanation about what a Persistent Collection is and how it work to doc. Thanks!

@qurbonzoda qurbonzoda added the doc Documentation improvement task label Jun 6, 2024
@mgroth0
Copy link

mgroth0 commented Nov 11, 2024

I feel the same. I would also like to know whether persistent collections are are memory safe. I understand that when you use certain operations you may get a result that shares storage with the input. But can we still feel safe that the input and all its elements can be garbage collected normally? Or does the output hold references to elements in the input, even if those elements aren't in the output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation improvement task
Projects
None yet
Development

No branches or pull requests

3 participants