FSharp.Stats icon indicating copy to clipboard operation
FSharp.Stats copied to clipboard

[Perf] Make library AOT-compatible

Open alexandrehtrb opened this issue 6 months ago • 2 comments

Hello,

It would be interesting to make this library AOT-compatible, for performance benefits.

https://devblogs.microsoft.com/dotnet/creating-aot-compatible-libraries/

Also adding .NET 9 as a target framework.

I tested AOT compatibility on this repo and on FSharpAux repo, both seem to be OK.

In this repo, FSharp.Status seems to not use anymore OptimizedPriorityQueue package, maybe it could be removed from the fsproj.

alexandrehtrb avatar Apr 17 '25 14:04 alexandrehtrb