Skip to content

question: why is interpretSimple less performant than interpret #13

@poscat0x04

Description

@poscat0x04

The documentation says that interpret is more performant than interpretSimple. But It seems that the only difference is that interpret uses reify/reflect to pass the effect handler where interpretSimple uses a ReaderT monad. My question is how exactly does this make a difference? I have a vague feeling that this has something to do with the typeclass machinery but I'm not very sure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions