Join Nostr
2026-04-27 16:40:41 UTC
in reply to

slembcke on Nostr: nprofile1q…8hm63 Well, yes but also no. I use them all the time for “cold” ...

Well, yes but also no. I use them all the time for “cold” lists that get iterated once or rarely, or advance one item and then wait.

You can also mitigate a lot of that sticking the nodes in a fairly compact array and linking them with indexes. I think it was that recently pointed out you can even just iterate those in array order in many cases when you don’t care about ordering. (Ex: need to increment every item in an otherwise ordered list)