Skip to content

Stricten the Strict State monad

Sebastian Graf requested to merge wip/stricter-state into master

I'm just putting this up for perf numbers for now.

I found it weird that most of the combinators weren't actually strict. Making pure strict in the state should hopefully give Nested CPR an easier time to unbox the nested state.

Edited by Sebastian Graf

Merge request reports