1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-24 23:08:39 +01:00

Add a small TODO

This commit is contained in:
Roman Zeyde 2018-05-24 15:12:28 +03:00
parent 4cebd1e25f
commit 1a2cd40c34
No known key found for this signature in database
GPG key ID: 87CAE5FA46917CBB

View file

@ -16,6 +16,7 @@ Add timing/profiler helpers (for indexing/DB/RPC operations)
Measure first-time query latency
= Rust
Use Bytes instead of Vec[u8] when possible
Handle SIGINT gracefully (https://www.reddit.com/r/rust/comments/6swidb/how_to_properly_catch_sigint_in_a_threaded_program/)
Return errors instead of panics
Use generators instead of vectors