-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Significant rewrite of the internal logic to separate optimized and C…
…++ Standard Library IO-based streams (#69) * C++ Standard Library based streams now constructed in less cases leading to **better performance**; * less template instantiations and simpler maintainance; * support for `volatile` input types was dropped, following the C++ Standard Library trend.
- Loading branch information
Showing
16 changed files
with
1,244 additions
and
1,105 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.