A view of async memory access in rust This repo contains all the code to reproduce this post: https://blog.haoxp.xyz/posts/async-memory-access/. Build cargo build --{release|debug} Run ./target/{release|debug}/async_bench --traveller {"async"| "sync"} Test cargo test --{release|debug}