fslaborg / fslaborg/FSharp.Stats
[Perf] Make library AOT-compatible
Open
enhancement
- Dominant language
- F#
- Stars
- 227
- Forks
- 58
- Avg merge
- 55m
- Merged PRs (30d)
- 1
Description
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](https://github.com/CSBiology/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.
Contributor guide
Assessment
This issue has not been assessed yet.