<@U0KBF8D7V> because the `filter` operation non-la...
# announcements
d
@Paul Woitaschek because the
filter
operation non-lazily creates an intermediate collection and then the
map
operation takes it and creates another.
i
map
operation doesn't create a
Map
d
Oh right, I'm an idiot. Got confused there, sorry.