Investigate codegen-based "%A" format string
Open
Area-AOT
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
printf and sprintf rely quite heavily on reflection when providing support for %A item formatting. And it is quite a chunk of FSharp.Core
We would like to remove that dependence to allow, trim to delivery smaller self contained programs and likely to make things perform a bit zoomier.
Contributor guide
Assessment
This issue has not been assessed yet.