[Haskell-cafe] Best practices for linting wrt performance

Joachim Breitner mail at joachim-breitner.de
Sun Mar 19 16:32:59 UTC 2017


Hi,

Am Sonntag, den 19.03.2017, 16:19 +0000 schrieb Adam Bergmark:
> The best way to find an answer to this for aeson is of course to run
> the benchmarks, but are there any rules-of-thumb that you take into
> account when linting?

eta-reduction can increase sharing but can also increase the cost of a
function call, so that’s something to be careful about.

Greetings,
Joachim
-- 
Joachim Breitner
  mail at joachim-breitner.de
  http://www.joachim-breitner.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20170319/79cde82b/attachment.sig>


More information about the Haskell-Cafe mailing list