mattgodbolt / correct-by-constructionLinks
Correct by Construction : a presentation given at C++ on Sea 2020
☆21Updated 4 years ago
Alternatives and similar repositories for correct-by-construction
Users that are interested in correct-by-construction are comparing it to the libraries listed below
Sorting:
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- A plugin framework for namespace macros in C/C++☆36Updated 10 years ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- The IDK (Industrial Development Kit) library!☆34Updated 3 weeks ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- ☆31Updated 9 years ago
- Easily batch-build cmake projects!☆18Updated 3 months ago
- C++20 for flag enums☆27Updated 5 years ago
- homogeneous variadic function parameters☆17Updated last year
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- Compile-time Checked, Type-Safe Formatting in C++14☆36Updated 8 years ago
- Stackless coroutine compiler for C☆46Updated 5 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- Use unused bits in your pointer☆45Updated 7 years ago
- SLB: C++ Standard Library Backport☆11Updated 6 years ago
- A universal thread-safe memory pool.☆26Updated 6 years ago
- A collection of data structures in C++☆18Updated 2 years ago
- A collection of formatting benchmarks☆47Updated 4 months ago
- ☆17Updated last year
- crefl is a runtime library and compiler plug-in to support reflection in C.☆42Updated 2 weeks ago
- Cake is a fast build system written in Python.☆20Updated 3 months ago
- The fiber sourcebook☆22Updated 4 years ago
- parsertl: The Modular Parser Generator☆16Updated 2 months ago
- Named arguments for C++17☆30Updated this week
- compile time assembly interpreter☆85Updated 7 years ago
- portability macros for compiler and hardware micro operations☆36Updated 11 months ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- little test driven handle library in c☆11Updated 4 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago