IntersectMBO / bech32

Haskell implementation of the Bech32 address format (BIP 0173).
Apache License 2.0
44 stars 13 forks source link

Faster Version with the new bech32-fast library? #45

Open gitmachtl opened 2 years ago

gitmachtl commented 2 years ago

hey @KtorZ , would it be possible to get a new version here with the faster bech32 library you have built?

KtorZ commented 2 years ago

Possibly, but it may be difficult since the API of fast-bech32 is actually quite different from this one... Simplified, but also arguably less typesafe. So, porting part of the (optimized) implementation while preserving the current API isn't trivial..