Starred repositories
"DeepCode: Open Agentic Coding (Paper2Code & Text2Web & Text2Backend)"
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
XLeRobot: Practical Dual-Arm Mobile Home Robot for $660
Parallel cuckoo hashing on GPUs with CUDA
✔(已完结)最全面的 深度学习 笔记【土堆 Pytorch】【李沐 动手学深度学习】【吴恩达 深度学习】【大飞 大模型Agent】
FlashMLA: Efficient Multi-head Latent Attention Kernels
Master programming by recreating your favorite technologies from scratch.
A comprehensive catalog of modern and classic books on C++ programming language
A community-maintained Python framework for creating mathematical animations.
《Build a Large Language Model (From Scratch)》是一本深入探讨大语言模型原理与实现的电子书,适合希望深入了解 GPT 等大模型架构、训练过程及应用开发的学习者。为了让更多中文读者能够接触到这本极具价值的教材,我决定将其翻译成中文,并通过 GitHub 进行开源共享。
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
Bi-directional weighted A* planning algorithm written in C++ using multi-threading features, faster than A* for certain goal locations in a map
Advanced Shortest Paths, Bidirectional Dijkstra, A* Algorithm, Contraction Hierarchies, TSP, Kruskal's MST, Bipartite Graph, SCC, Shortes-Path Tree, BFS, Topological Sort, DFS.
Several different implementations of the A-Star search algorithm, including a Bidirectional version - used for finding the shortest path in a graph.
Algorithms for Routing and Solving the Traffic Assignment Problem
implementation of informed and uninformed search algorithms: UCS, IDS, A*, Bi directional A* and IDA*.
Get up and running with OpenAI gpt-oss, DeepSeek-R1, Gemma 3 and other models.
The official GitHub page for the survey paper "A Survey of Large Language Models".
Galois: C++ library for multi-core and multi-node parallelization
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++