fsprojects / FSharp.TypeProviders.SDK

The SDK for creating F# type providers
https://fsprojects.github.io/FSharp.TypeProviders.SDK/
MIT License
298 stars 94 forks source link

cache return type #309

Closed dsyme closed 5 years ago

dsyme commented 5 years ago

Related to #307

dsyme commented 5 years ago

This might solve or help with the perf issue in #307 - it will depend if ReturnType is being called again and again for the same objects.

If this doesn't solve the problem we'll have to find another way to do this.