5 ms·
Can you elaborate on what you're referring to? I can see performance becoming a problem if you repeatedly chain non-optimisable (in bytecode) as excluding the i
by tbct 10mo ago
Can you elaborate on what you're referring to? I can see performance becoming a problem if you repeatedly chain non-optimisable (in bytecode) as excluding the in place operations I believe all ops re-allocate the collection.
- ATMLOTTOBEER 10mo agoIgnore that person they don’t know what they’re talking about lol
- neko-kai 10mo agoJust use `.iterator` before chaining and the final collection will only be allocated once.