Each operator method call (e.g. map or filter) creates some objects for those operators. This long chain of operators is called on each subscription, for each stream element. This may cause some performance overhead.

New in 2019.3