Scalaz-Iteratee and Scalaz-Stream

Scalaz-Stream は boxing 回避できるの?
0
Jorge Ortiz @JorgeO

@djspiewak More so than other iteratees? The construct is inherently box-y in Scala.

2013-08-08 06:09:58
Daniel Spiewak @djspiewak

@JorgeO Scalaz’s Iteratee construct is very general. I think you can eliminate an enormous amount of boxing by being more specialized.

2013-08-08 06:10:38
Daniel Spiewak @djspiewak

@JorgeO The pervasive laziness is really the problem. Thunks of thunks of thunks of thunks.

2013-08-08 06:10:51
Jeff Clites @jeffstyr

@djspiewak We wouldn’t want the garbage collector to get bored, now would we?

2013-08-08 06:11:26
Jorge Ortiz @JorgeO

@djspiewak Ah, thunks would make it worse, yes.

2013-08-08 06:11:59
Justin Lee @evanchooly

@djspiewak can we expect an unboxing video soon?

2013-08-08 06:18:29
John A De Goes @jdegoes

@djspiewak Have you looked at scalaz stream (AKA machines)? No less boxing, but more performant and more sanely composable API.

2013-08-08 06:27:24