scalaz/scalaz-nio

Turn all zero-argument `def` into `val`

Closed this issue · 4 comments

All def that take no parameters but return IO should be turned into val in order to improve performance (at the cost of memory consumption).

LGLO commented

@ysusuk seem trivial, I can take it. Or do you prefer to do it "by the way" with some other issue?

@LGLO Are you still working on this? If not I can take it.

LGLO commented

@mschuwalow - take this please if you can. I have to confess I forgot about this one. I think you might start from #84 to avoid merge conflicts

Alright. Then I'll take this from here