tobbez / string-splitting
String splitting benchmarks
☆40Updated 8 years ago
Related projects ⓘ
Alternatives and complementary repositories for string-splitting
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆67Updated 9 years ago
- JSON Serializer using compile time reflection☆20Updated last year
- Collection of header-only utilities for C++☆35Updated 11 months ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆36Updated 5 months ago
- benchmark for various C++ function implementations; focus on invocation time☆94Updated 5 years ago
- A C++ header-only support for serialization of generic objects to be used when the type is known a-priori.☆52Updated 11 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- ☆20Updated 5 years ago
- Clang C++ compiler with added meta-programming features: static reflection, metaparsing, constexpr containers, custom diagnostics☆5Updated 4 years ago
- C++11 template meta-programming library.☆48Updated 9 years ago
- Foundations of symbol based programming☆30Updated 4 years ago
- A kinda, sorta emulation of structured binding for C++14☆16Updated 6 years ago
- Roman numeral support for C++17☆52Updated last year
- Compile-time-efficient proof-of-concept implementation for std::tuple☆91Updated 3 years ago
- A C++11 character encoding and code point enumeration library based on range-v3☆20Updated 6 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆47Updated 8 years ago
- A prototype implementation of the executors proposal