Post #2339322
2026-05-10 00:31 UTC
@viq@social.hackerspace.pl @caroline@chaosfem.tw depends entirely on whether you're looping over the mutable list of all objects in the room or presorting and looping over a list of pairs of objects.
Replies (1)
-
@viq@social.hackerspace.pl 2026-05-10 00:42
@iris@neuromatch.social @caroline@chaosfem.tw or you get, literally, linked list ;) (To me, given 1 2 3 4, "every object to another object" results in 1-2-3-4. Unless I sit and overanalyze)