Lists (1)
Sort Name ascending (A-Z)
Stars
Source code counter and metrics tool for C++, C, and Java
A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
A curated list of awesome places to learn and/or practice algorithms.
Building Low Latency Applications with CPP by Packt Publishing
A high performance, editable terrain system for Godot 4.
Open-source cross-platform MMORPG built with Godot 4
A bounded single-producer single-consumer wait-free and lock-free queue written in C++11
An open-source C++ library developed and used at Facebook.
A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
High performance server-side application framework
C library for prototyping and experimenting with quantum-resistant cryptography
C++ implementation of a fast hash map and hash set using robin hood hashing
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
A C++ implementation of the fast voxel traversal algorithm.
High-performance C++ ECS with cache-friendly sector-based architecture and multithreading support.
This is an inofficial mirror of the Eigen Compiler Suite source code usually deployed as tar.gz
A curated list of awesome transpilers. aka source-to-source compilers
A selection of ANSI C benchmarks and programs useful as benchmarks
A simple gravitational N-body simulation in less than 100 lines of C code, with CUDA optimizations.
TinyC compiler (lexer + parser + IR + optimization + x86-64 assembly generation)
ROSE is an open-source compiler framework engineered by LLNL supporting program analysis and transformation at both the source and binary levels. ROSE can act as a compiler frontend for C, C++ (inc…