stlab / better-codeLinks
Better Code (redux) course and book materials
☆14Updated this week
Alternatives and similar repositories for better-code
Users that are interested in better-code are comparing it to the libraries listed below
Sorting:
- Experimental patches to implement missing C++20 modules features for the clang/LLVM toolchain.☆23Updated 3 years ago
- Interchangeable AoS and SoA containers☆25Updated 3 years ago
- A fast implementation of log() and exp()☆52Updated 2 years ago
- Single Header Constexpr Circular Queue☆17Updated 5 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated last year
- Course notes for Alexander Stepanov's teachings on design and usage of C++ STL.☆82Updated last year
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- performance experiments for C++ exception handling☆30Updated 3 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆15Updated last month
- This repository is a very simple C++ modules example.☆23Updated 2 years ago
- The Fancy Named Parameters Library☆34Updated last month
- ☆26Updated 5 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 4 years ago
- code for examining determinism of performance counters☆21Updated 4 years ago
- Terminating is exciting☆22Updated 8 years ago
- ☆22Updated 3 years ago
- A benchmark for standard libraries☆22Updated last year
- Reference implementation of Grisu-Exact in C++☆68Updated 4 years ago
- Benchmarks for our memory allocator☆69Updated last year
- A C interpreter developed live on YouTube☆55Updated 2 years ago
- Cake is a fast build system written in Python.☆20Updated 6 months ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 9 months ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆37Updated last year
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- Seamless llvm-mca CMake integration