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

updating toml++ to v3 #62

Merged
merged 1 commit into from
Jan 11, 2022
Merged

updating toml++ to v3 #62

merged 1 commit into from
Jan 11, 2022

Conversation

marzer
Copy link
Collaborator

@marzer marzer commented Nov 22, 2021

@bobfang1992 please don't merge this in just yet as toml++ v3 is still in development. I'm just using this PR as a hook into your CI to make sure things work OK. I'll update the PR when I release v3 properly ^_^

@marzer marzer force-pushed the tomlpp-v3 branch 8 times, most recently from 9027c0e to 2a5265c Compare November 25, 2021 20:52
@marzer
Copy link
Collaborator Author

marzer commented Nov 25, 2021

Damn, your CI kicked my ass, lol. Took me 8 separate force-pushes before it came up green.

@bobfang1992
Copy link
Owner

@marzer yeah we are supporting quite a few platforms so haha sometimes people do get caught with it.

@bobfang1992
Copy link
Owner

@marzer And congratulation on beating rtoml :) wondering if you did some optimisation specifically on v3 side or it is simply using std::move made it fast. But great showing C++ is still faster than Rust.

@marzer
Copy link
Collaborator Author

marzer commented Nov 26, 2021

Thanks! I did a lot of work in the parser to eliminate a number of unnecessary string allocations, and added a SIMD fast-path to the unicode decoder.

@marzer marzer marked this pull request as ready for review January 11, 2022 18:58
@marzer
Copy link
Collaborator Author

marzer commented Jan 11, 2022

@bobfang1992 I released toml++ v3 earlier and have updated this PR accordingly. I'll let you do the honours ^_^

@bobfang1992
Copy link
Owner

@marzer Hi, congratulations! Quite an achievement. I will merge this now!

@bobfang1992 bobfang1992 merged commit a3da11a into bobfang1992:master Jan 11, 2022
@marzer marzer deleted the tomlpp-v3 branch January 12, 2022 00:42
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.

2 participants