haskell-prettyprinter / haskell-prettyprinter/prettyprinter
Pretty-print floats and doubles efficiently.
Open
Performance
- Dominant language
- Haskell
- Stars
- 309
- Forks
- 43
- Avg merge
- 21h 25m
- Merged PRs (30d)
- 1
Description
The bytestring library [now implements a fast algorithm](https://github.com/haskell/bytestring/pull/365).
By using [`doubleDec`](https://hackage.haskell.org/package/bytestring-0.12.1.0/docs/Data-ByteString-Builder-RealFloat.html#v:doubleDec) to implement the `Pretty` instance for `Double`, it would not change the behavior and it would give better performance.
Thank you for your library!
Vanessa McHale
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.