justinmeiners / efficient-programming-with-componentsLinks
Course notes for Alexander Stepanov's teachings on design and usage of C++ STL.
☆82Updated last year
Alternatives and similar repositories for efficient-programming-with-components
Users that are interested in efficient-programming-with-components are comparing it to the libraries listed below
Sorting:
- This repository is a very simple C++ modules example.☆23Updated 2 years ago
- Where to get started learning C++ and what resources are there.☆100Updated 4 years ago
- ☆55Updated last year
- ☆88Updated 2 years ago
- Source for papers and proposals☆74Updated last month
- Slides for the C++ on Sea conference☆110Updated last year
- Links, slide decks and other material for conference & meetup talks, podcast appearances and publications.☆221Updated 2 weeks ago
- Bytecode interpreter☆77Updated 8 months ago
- C++ template metaprogram driven tensor math library☆90Updated last week
- C++ messaging and serialization library☆77Updated last week
- Original implementation of STL by Alexander Stepanov and Meng Lee☆19Updated 6 years ago
- ☆22Updated 4 years ago
- Code for Alex Stepanov's Components course at A9.☆90Updated last year
- C++20 Coroutine-Based Synchronous Parser Combinator Library☆57Updated 3 years ago
- Some tools for getting C++ configured on various platforms.☆35Updated last year
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆99Updated 4 months ago
- A C interpreter developed live on YouTube☆55Updated 2 years ago
- Structure-of-array synthesis in C++20☆80Updated 3 years ago
- Library for catching memory leaks, double-frees along with invalid pointers to free() and realloc().☆60Updated 2 years ago
- A C++ parser combinator library.☆155Updated last month
- C++20 Coroutines and io_uring☆52Updated 2 years ago
- A general-purpose high-performance lightweight STL-like modern C++ B-Tree☆242Updated 11 months ago
- 🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-bas…☆100Updated 6 months ago
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆79Updated 2 years ago
- The IDK (Industrial Development Kit) library!☆36Updated 3 months ago
- Some library components that didn't quite fit anywhere else...☆36Updated 2 weeks ago
- Recursive Variant: A simple library for Recursive Variant Types☆90Updated 4 months ago
- A concise and readable metaprogramming language for C++