haskell / haskell/xhtml

Use a different type than `String`

Open
#16 10 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.