Use a different type than `String`
Open
- Dominant language
- Haskell
- Stars
- 13
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
I'm investigating the performance of Haddock and noticed that this library uses `String` pervasively.
It appears that the majority of the library is using these `String`s not for introspection but for construction and then final rendering. I'd use `Data.ByteString.Builder` for that.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.