Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →
STL Alternatives
Similar projects and alternatives to STL
-
llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
-
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.
-
SonarCloud
Analyze your C and C++ projects with just one click.. SonarCloud, a cloud-based static analysis tool for your CI/CD workflows, offers a one-click automatic analysis of C and C++ projects hosted on GitHub. Zero configuration and free for open-source projects! Analyze free.
-
-
-
-
-
robin-hood-hashing
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
zig
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
-
-
-
-
include-what-you-use
A tool for use with clang to analyze #includes in C and C++ source files
-
-
-
-
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
STL reviews and mentions
-
Learn to write production quality STL like classes
All standard libraries of major compilers are now open. For example, you can find header files from STL for MSVC here: https://github.com/microsoft/STL/tree/main/stl/inc.
-
MSVC C++23 Update
Do you have a list of the bugs you've filed and their current status, like the one I have for the STL? I saw you mentioned 3 bugs 7 months ago, 2 of which were fixed in 17.6 and the third of which was a duplicate of an active bug ("deducing this" is known to not yet work with modules, which is why we don't define the feature-test macro to claim full support).
-
Has Boost lost its charm?
Yep. And look at our implementation's name: https://github.com/microsoft/STL
-
Please can someone tell me where I can find the content of the STL
Microsofts STL: https://github.com/microsoft/STL
-
What exactly are std::visit and std::variant
MS STL
-
Why is stl unreadable?
A quick reference for std::vector: - MSVC: https://github.com/microsoft/STL/blob/main/stl/inc/vector - LLVM/libc++: https://github.com/llvm/llvm-project/blob/main/libcxx/include/vector - GCC/libstdc++: https://gcc.gnu.org/git/?p=gcc.git;a=blob_plain;f=libstdc%2B%2B-v3/include/bits/stl_vector.h;hb=refs/heads/master (actual impl, vector header is nearly empty)
MSVC
-
What are some of the ways to make a super nasty nested loop become clean?
We've also merged std::views::cartesian_product for VS 2022 17.7 Preview 2 from our contributor JMazurkiewicz. You can try it out today by building the microsoft/STL repo.
-
A note from our sponsor - Mergify
blog.mergify.com | 25 Sep 2023
Stats
microsoft/STL is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of STL is C++.