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

fix perf of autocomplete for large member sets #229

Closed dsyme closed 6 years ago

dsyme commented 6 years ago

Fixes perf problem #220

We were quadratic for large collections of members, this makes it linear by saving the resolution of GetMethods and GetProperties