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
The bytestring library now implements a fast algorithm.
By using
doubleDecto implement thePrettyinstance forDouble, it would not change the behavior and it would give better performance.Thank you for your library!
Vanessa McHale