Top 11 C++ Library Projects
-
If you like using Qt but you also want a more modernize C++ version of it, you can try https://github.com/copperspice/copperspice/ and I'm pretty sure its license have you covered.
-
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.
-
-
-
Intel® Xeon® processors are designed with Non-Uniform Memory Access (NUMA) in which the CPU memory is divided into groups, a.k.a., NUMA nodes, and each of the CPU cores is assigned to one node. Although any CPU core can access the memory of any NUMA node, the access to its own node (i.e., its local memory) is much faster. This gives rise to the notion of distributing training across NUMA nodes, where the CPU cores assigned to each NUMA node act as a single process in a distributed process group and data distribution across nodes is managed by Intel® oneCCL, Intel's dedicated collective communications library.
-
-
-
RPI_PICO_projects_list
An index of projects and libraries for Raspberry Pi Pico's stored in this github account.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
vec-mat-comp-quat
C++ 2d/3d/4d Vector, 2x2/3x3/4x4 Matrix, Complex Number, Quaternion, and 3d Transformation Classes / Functions (Header Only libraries)
-
-
Pixelpp
Pixelpp is a simple single header library writing in C++ to help developers when working with Colors and Images.
-
I was interested in learning how to make my Linked List class adhere to a range-based for loop. I eventually saw a really good stackoverflow response that helped me figure out how to do it. This is my attempt at showing you how I implemented this feature with minimal lines of code. I will be speaking in context of a Linked List class.
C++ Libraries discussion
C++ Libraries related posts
Index
What are some of the best open-source Library projects in C++? This list will help you:
# | Project | Stars |
---|---|---|
1 | copperspice | 1,156 |
2 | gdrcopy | 1,007 |
3 | stacktrace | 457 |
4 | oneCCL | 225 |
5 | bitset2 | 118 |
6 | TM1638plus | 79 |
7 | RPI_PICO_projects_list | 27 |
8 | vec-mat-comp-quat | 20 |
9 | yahat-cpp | 8 |
10 | Pixelpp | 1 |
11 | libs | 0 |