You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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?
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!
The text was updated successfully, but these errors were encountered: