Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Top 3 C++ Standard Library Projects
-
Project mention: C++ String Conversion: Exploring std:from_chars in C++17 to C++26 | news.ycombinator.com | 2024-10-14
I believe the impl you link to is not fully standards compliant, so just calls back to
MSFT's one is totally standards compliant and it is a very different beast: https://github.com/microsoft/STL/blob/main/stl/inc/charconv
Apart from various nuts and bolts optimizations (eg not using locales, better cache friendless, etc...) it also uses a novel algorithm which is an order of magnitude quicker for many floating points tasks (https://github.com/ulfjack/ryu).
If you actually want to learn about this, then watch the video I linked earlier.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
EA Standard Template Library
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
Project mention: China Is Rapidly Becoming a Leading Innovator in Advanced Industries | news.ycombinator.com | 2024-09-16 -
C++ Standard Libraries discussion
C++ Standard Libraries related posts
-
C++ String Conversion: Exploring std:from_chars in C++17 to C++26
-
China Is Rapidly Becoming a Leading Innovator in Advanced Industries
-
Driving Compilers
-
Show HN: Logfmtxx – Header only C++23 structured logging library using logfmt
-
Cpp2 and cppfront – An experimental 'C++ syntax 2' and its first compiler
-
Sane C++ Libraries
-
C++ Specification vs Implementation
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 15 Mar 2025
Index
What are some of the best open-source Standard Library projects in C++? This list will help you:
# | Project | Stars |
---|---|---|
1 | STL | 10,460 |
2 | EA Standard Template Library | 8,534 |
3 | CIDLib | 208 |