dotnet-websharper / core

WebSharper - Full-stack, functional, reactive web apps and microservices in F# and C#
https://websharper.com
Apache License 2.0
593 stars 52 forks source link

Metadata decode optimization #1345

Closed Jand42 closed 1 year ago

Jand42 commented 1 year ago

Seems that GZipStream needs to be fully decompressed to a MemoryStream first to work efficiently... Huge gains in Web project startup times.