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

Shadow Copy IL Assemblies #327

Open TIHan opened 4 years ago

TIHan commented 4 years ago

I've been messing with memory mapped files lately and realized it will be beneficial to have shadow copies of the IL assemblies for metadata reading. It would free up more memory and allocations since no byte arrays would need to be created; we still have a LOH memory issue with reading all contents of an assembly into a single byte array. Making this issue to track it.