Skip to content

Perf: fix appendFS

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/appendFS into master

To append 2 FastString we don't need to convert them into ByteString: use ShortByteString's Semigroup instance instead.

Merge request reports