Skip to content

Improve performance by caching #362

Closed
@aleator

Description

@aleator

I have a rather large dhall configuration and it is really taking far too long to process. I believe an order of magnitude improvement could be had just by caching the imports.

> echo "./MySetup" | fsatrace r trace -- dhall
... Output clipped
> wc -l trace
550
>sort trace|uniq -c |wc -l
37
> dhall version
1.12.0

For the record, there are 68 files in my directory, most of them small dhall files that are eventually collected in the huge list above.

I thought that dhall already had some caching in place?

Metadata

Metadata

Assignees

No one assigned

    Labels

    performanceAll the slow and inefficient things

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions