IntersectMBO / IntersectMBO/bech32

Using ByteString internally?

Open
#19 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.