[Haskell-cafe] Yet another binary reader (10x faster than Hackage's binary; )
Joachim Durchholz
jo at durchholz.org
Wed Mar 20 05:28:39 UTC 2019
Am 19.03.19 um 22:58 schrieb Станислав Черничкин:
> possibly because of inlining of
> specialization magic.
I have seen people validate this kind of assumption, by looking at the
various intermediate representations of code.
If you're after performance, you may want to do that. You may find that
things work differently than expected, with the potential for becoming a
bottleneck when stuff is scaled up (more varied datatypes in the input
stream, or more complex target datatypes, stuff hidden behind "oh I
don't need GC yet", that kind of finding).
Regards,
Jo
More information about the Haskell-Cafe
mailing list