On Monday, January 12, 2026 1:59:29 PM Central European Standard Time Albert Astals Cid wrote: > I mean these ones > > int arrayGetLength() const; > void arrayAdd(Object &&elem); > void arrayRemove(int i); > Object arrayGet(int i, int recursion) const; > const Object &arrayGetNF(int i) const;
> > What do you think? My gut feeling is that these helpers has a measurable performance gain. From a code perspective, I find these helpers weird and would not mind them gone, but I can live with them if we gain enough performance from it. /Sune -- I didn’t stop pretending when I became an adult, it’s just that when I was a kid I was pretending that I fit into the rules and structures of this world. And now that I’m an adult, I pretend that those rules and structures exist. - zefrank
