-
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)
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org. (by libcxx)
libc++
-
llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
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)
-
AECforWebAssembly
A port of ArithmeticExpressionCompiler from x86 to WebAssembly, so that the programs written in the language can run in a browser. The compiler has been rewritten from JavaScript into C++.
I had no idea that is a valid syntax! OK, my largest C++ program to this day is only 5'500 lines of code. If I were making larger programs, I'd probably know stuff like that.