Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Add clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie authored Jan 23, 2019
1 parent d2c10c8 commit 977ad41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Thus, this repo is now a benchmarking report rather than a library.
- **are recommended** if you're concerned about memory usage
- Are slower than the FileStream sync and async APIs
- All pipeline methods, and async methods are slower than plain old FileStream sync reads
- Though if you need non-blocking I/O then straight read performance is arguably not your goal
- Use a large buffer size (e.g. `65536` bytes or greater) for best reading performance

And look out for the stream adapters in .NET <https://github.com/dotnet/corefx/issues/27246>.
Expand Down

0 comments on commit 977ad41

Please sign in to comment.