Skip to content

Latest commit

 

History

History
199 lines (114 loc) · 13.5 KB

README.md

File metadata and controls

199 lines (114 loc) · 13.5 KB

Awesome C++20

Awesome

This repository lists some awesome public projects about C++20, C++23, C++26 and beyond.

Contents

Summary

LeetCode

Data Structure and Algorithm

  • davidbrowne/dsga : C++20 library that mostly implements the vector and matrix data structures from GLSL Spec 4.6.

Parallel and Async Library

Scientific Computation

  • Optimization Framework

Game Engine

Test Framework

Serialization Library

Argument Parser

Database

  • Infinity : The AI-native database built for LLM applications, providing incredibly fast hybrid search of dense vector, sparse vector, tensor (multi-vector), and full-text. infiniflow.org

Robotics

  • AimRT : A high-performance runtime framework for modern robotics. aimrt.org

GUI

  • Brisk :Cross-platform C++20 GUI framework featuring MVVM architecture, reactive capabilities, and scalable, accelerated GPU rendering. brisklib.com

Blogs