kenavolic / pipetLinks
c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want
☆68Updated 6 years ago
Alternatives and similar repositories for pipet
Users that are interested in pipet are comparing it to the libraries listed below
Sorting:
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- 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 C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- Generate C++ class from JSON data☆47Updated 2 years ago
- forward declarations for C++ std headers☆74Updated 4 years ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- envy: Deserialize environment variables into type-safe structs☆67Updated 4 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 3 years ago
- Result<T, E> for Modern C++☆34Updated 5 years ago
- Flat containers for C++☆59Updated last month
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆156Updated 3 weeks ago
- Library of flat vector-like based associative containers☆75Updated 2 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 3 weeks ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 weeks ago
- Yet another C++ text formatting library.☆71Updated 7 months ago
- A C++ ringbuffer that always looks like a flat array