haskell-bitcoin / bitcoin

Bitcoin Library for Haskell
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Binary encoding performance #13

Open GambolingPangolin opened 1 year ago

GambolingPangolin commented 1 year ago

We need to benchmark the performance of our encoding and decoding logic for blocks, transactions, and PSBTs. We might want to switch to attoparsec and attoparsec-binary if that combination performs better.