Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark the throughput of using SPDK #21

Merged
merged 42 commits into from Apr 20, 2019

Conversation

Projects
None yet
1 participant
@xxks-kkk
Copy link
Member

commented Apr 20, 2019

Sequential write using dd on SSD vs. sequential write using Rust + SPDK framework

xxks-kkk added some commits Dec 15, 2018

Implement check2 but there is a bug when we try to unwrap() the read_…
…buffer.read(); seems like the bug happens in the fill_from_file() implementation: a character may possibly get truncated?
@xxks-kkk

This comment has been minimized.

Copy link
Member Author

commented on 50e78aa Feb 8, 2019

*(self.to_raw() as *mut u8).offset(read_start as isize) = '\0' as u8; typical usage.

xxks-kkk added some commits Feb 8, 2019

@xxks-kkk xxks-kkk merged commit f1d1d1c into master Apr 20, 2019

@xxks-kkk xxks-kkk deleted the overhead-benchmark-refactor branch Apr 20, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.