Closed
Description
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?