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

Use idiomatic C++ io. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jrmuizel
Copy link

Note this changes the C++ compile time and run time.

Note this changes the C++ compile time and run time.
@jrmuizel
Copy link
Author

Before:

             CT (ms)  RT (ms)

clang debug     71       486
clang release   69       132

After:

             CT (ms)  RT (ms)

clang debug     310       491
clang release   330       133

@atilaneves
Copy link
Owner

If you add this as extra files instead of modifying the originals I'll merge it.

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.

None yet

2 participants