rogerorr / articlesLinks
articles on IT topics
☆18Updated last month
Alternatives and similar repositories for articles
Users that are interested in articles are comparing it to the libraries listed below
Sorting:
- An easy to use single header library for fast decompression of Gz archives written in modern C++. Compression is in experimental state an…☆37Updated 4 months ago
- ☆49Updated 7 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- Small Extremely Powerful Header Only C++ Lexical Analyzer/String Parser Library☆67Updated last year
- Replacement for std::optional with efficient memory usage and additional features.☆49Updated 5 months ago
- Yet another C++ text formatting library.☆71Updated 7 months ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- A static reflection framework for C++, using libclang.☆55Updated 3 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 3 years 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…☆98Updated 4 months ago
- A simple C++ header-only template library implementing matching using wildcards☆88Updated last year
- Cross-platform C++ Utility Library☆54Updated 3 weeks ago
- Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments☆85Updated 4 years ago
- A utility for creating amalgamated single-header C++ libraries☆59Updated 3 years ago
- The IDK (Industrial Development Kit) library!☆36Updated last month
- My C stuff.☆46Updated last week
- C++ utilities☆136Updated last month
- Natvis implementation for GDB debugger☆22Updated 5 years ago
- Compact SVO optimized vector for C++17 or higher☆106Updated last year
- Replacement for std::optional that does not waste memory unnecessarily☆129Updated last month
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated last year
- A collection of std-like single-header C++ libraries☆189Updated 2 weeks ago
- A C++ commandline for use in servers and chat software. Provides very simple asynchronous input/output.☆89Updated 6 months ago
- An easy-to-use and competitively fast JSON parsing library for C++17, forked from Bitcoin Cash Node's own UniValue library.☆32Updated last year
- A static reimplementation of the C++ STL (no dynamic memory allocations).☆103Updated 5 years ago
- A Fast and Convenient C++ Logging Library for Low-latency or Real-time Environments☆52Updated this week
- Compile-time Huffman coding compression using C++20