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