Nullus157 / bs58-rs

Another Rust Base58 codec implementation
Apache License 2.0
75 stars 24 forks source link

Increased Decode Performance #102

Open malvidin opened 1 year ago

malvidin commented 1 year ago

Adds an intermediate primitive or Struct to increase the decode performance based on the input length.