Difficulty -
Medium
Total Plays - 16
Allowed Time - 10 sec
Best time - 1.626 sec
What Rust feature optimizes blockchain transaction processing?
#A
#B
#C
#D
Explanation:
Rust’s async programming, with crates like Tokio, enables high-throughput transaction processing in blockchain nodes. It supports concurrent handling of network requests and validations.