Felerius / cpp-amalgamateLinks
cpp-amalgamate recursively combines C++ source files and the headers they include into a single output file
☆29Updated 3 years ago
Alternatives and similar repositories for cpp-amalgamate
Users that are interested in cpp-amalgamate are comparing it to the libraries listed below
Sorting:
- My C stuff.☆47Updated this week
- C++20 SIMD Within A Register library☆47Updated 8 months ago
- Using coroutines to implement C++ exceptions for freestanding environments☆75Updated 7 months ago
- Fastest type-safe parsing library in the world for C++14 or C++17 (up to 300x faster than std::regex)☆43Updated 6 years ago
- A static reflection framework for C++, using libclang.☆55Updated 3 years ago
- A simple C++ header-only template library implementing matching using wildcards☆94Updated last year
- A double-to-string conversion algorithm based on Schubfach and yy☆282Updated this week
- jitasm is C++ library for runtime code generation of x86/x64. You can write the code like a inline assembler.☆53Updated 7 years ago
- SIMD (SSE) string functions☆103Updated 8 years ago
- C++2x Performance library☆105Updated 2 months ago
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …☆26Updated 3 years ago
- Compile-time Huffman coding compression using C++20☆172Updated 4 years ago
- Wide-Integer implements a generic C++ template for uint128_t, uint256_t, uint512_t, uint1024_t, etc.☆212Updated last week
- C++11 library that provides several new or lesser-known containers, like flat_map/set, small_map/set, static_map/set, small_vector, stati…☆147Updated last week
- ☆68Updated 4 years ago
- Drop-in replacement for std::optional that does not waste memory unnecessarily☆143Updated last week
- Utilities for working with strings at compile time and passing strings as template parameters.☆24Updated 5 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆60Updated 2 months ago
- Example of waiting for Event Objects by associating them with a I/O Completion Port (IOCP), effectively lifting MAXIMUM_WAIT_OBJECTS (64)…☆41Updated last year
- A C++ implementation of the Schubfach algorithm - fast and accurate conversion of IEEE-754 double values to decimal strings☆94Updated last month
- A super-fast hash algorithm in a single C++ header☆93Updated 4 years ago
- C++20 Static Branch library☆96Updated 8 months ago
- C++ constexpr implementation of XXH3☆56Updated 2 years ago
- Mathematical Expression Parser and JIT Compiler☆150Updated 2 months ago
- A C++17 header-only Unicode library. (Unicode 17.0.0)☆120Updated 2 months ago
- Yet another C++ text formatting library.☆71Updated last year
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆165Updated last month
- A repository for I/O ring demos, use cases and performance testing on Windows☆60Updated 3 years ago
- Portable C, C++ code for hash tables, bloom filters, string-search, string utilities, hash functions, arc4random☆56Updated 3 weeks ago
- A compiler-friendly variadic type list for C++.☆39Updated 2 years ago