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

Significant rewrite of the internal logic to separate optimized and C++ Standard Library IO-based streams #69

Merged
merged 4 commits into from
Jan 24, 2024

Conversation

apolukhin
Copy link
Member

@apolukhin apolukhin commented Jan 21, 2024

  • 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.

@apolukhin apolukhin changed the title Optimize the library by lazy on-demand stream construction Significant rewrite of the internal logic to separate optimized and C++ Standard Library IO-based streams Jan 23, 2024
@apolukhin apolukhin merged commit f0862bb into develop Jan 24, 2024
10 checks passed
@apolukhin apolukhin deleted the stream-lazy-init branch January 24, 2024 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant