bolt1

Base Lightning protocol, per BOLT #1 (docs.ppad.tech/bolt1).
git clone git://git.ppad.tech/bolt1.git
Log | Files | Refs | README | LICENSE

IMPL1-6.md (281B)


      1 # IMPL1-6 - Benchmarks
      2 
      3 ## Scope
      4 
      5 - Criterion benchmarks for encode/decode hot paths.
      6 - Weigh benchmarks for allocation tracking.
      7 
      8 ## Work
      9 
     10 - Bench BigSize encode/decode.
     11 - Bench TLV stream encode/decode.
     12 - Bench full message encode/decode.
     13 - Add NFData instances where required.
     14