IntersectMBO / IntersectMBO/bech32
Using ByteString internally?
Open
enhancement
- Dominant language
- Haskell
- Stars
- 50
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Have you considered using `ByteString` internally, rather than `Text`? Considering bech32 values are likely to be stored/serialized as plain `ByteString`s, seeing as they don't need any special encoding other than what plain old ASCII supports, having to convert back and forth between `ByteString` and `Text` for the purposes of parsing and rendering is wasteful.
Contributor guide
Assessment
This issue has not been assessed yet.