Remix.run Logo
cjfd a day ago

It certainly makes things easier. But it also makes some things very, very, very inefficient. I want a list with millions/billions of elements. I want to regularly change one of the elements somewhere in the middle. Good luck with the copying.

Maxatar a day ago | parent [-]

Why would you copy a whole list to modify a single element?

cjfd 16 hours ago | parent [-]

A very good question indeed. But maybe you should read the post I am responding to.....