MoiraeSoftware / myriad

Myriad is a code generator for F#

Home Page:https://moiraesoftware.github.io/myriad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memoise the calls to toml get configuration

7sharp9 opened this issue · comments

When viewing the verbose output, calls to get the config from toml are repeated sometimes a dozen times, although this is probably a minute performance overhead it can be easily memoised.

On investigation, each access is from a different type so the config changes, no memoisation would be done anyway