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 Measure first-time query latency
= Rust = 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/) 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 Return errors instead of panics
Use generators instead of vectors Use generators instead of vectors