Skip to content

Commit 6421b20

Browse files
committed
link: comment posted
by Stefan Zeiger Signed-off-by: Josh Soref <[email protected]>
1 parent 4ac424e commit 6421b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2018-02-09-collections-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ default implementations of transformation operations to make them non strict.
8383
Now it seems that the situation is just reversed: the default implementations work well
8484
with non strict collections, but we have to override them in strict collections.
8585

86-
So, is the new design worth it? To answer this question I will quote a comment posted
87-
by Stefan Zeiger [here](https://www.reddit.com/r/scala/comments/7g52cy/let_them_be_lazy/dqixt8d/):
86+
So, is the new design worth it? To answer this question I will quote a [comment posted
87+
by Stefan Zeiger](https://www.reddit.com/r/scala/comments/7g52cy/let_them_be_lazy/dqixt8d/):
8888

8989
> The lazy-by-default approach is mostly beneficial when you're implementing lazy
9090
> collections because you don't have to override pretty much everything or get

0 commit comments

Comments
 (0)