1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 09:54:09 +01:00
electrs/TODO.md
Roman Zeyde 945a2d11d1
Remove irrelevant TODO
This can be achieved by limiting bitcoind mempool size.
2018-08-14 13:30:52 +03:00

605 B

Electrum

Rust

  • Use bytes instead of Vec<u8> when possible
  • Use generators instead of vectors
  • Use proper HTTP parser for JSONRPC replies over persistent connection

Performance