Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in strictness

How to make a table (Data.Map) strict in haskell?

Is it possible to implement this function in Haskell?

Haskell foldl' poor performance with (++)

An unexpected property of commutative functions?

Why is HashMap not in normal form upon series of inserts?

How does evaluation in Haskell work, for expressions with constraints

Type enforced "strict/imperitive" subset/version of Haskell

Logical AND strictness with IO monad

Existential data types with a single strict field

Why map does not force strictness whereas zipWith does?

Why is foldr' not as strict as foldl'?

What's the meaning of strict version in haskell?

Does the existence rseq/seq break referential transparency? Are there some alternative approaches that don't?

Automatically inserting laziness in Haskell

Haskell computation performance

How is Haskell's seq used?

haskell strictness

Example of performance degradation due to the use of strict data constructors

haskell strictness

Does Haskell have a strict Set container?

Profiling a Haskell program