gnzlbg / cpp_skeletonLinks
C++ Projekt Skeleton
☆19Updated 10 years ago
Alternatives and similar repositories for cpp_skeleton
Users that are interested in cpp_skeleton are comparing it to the libraries listed below
Sorting:
- Benchmark comparing various data serialization libraries (thrift, protobuf etc.) for C++☆35Updated 8 years ago
- generic stack-based container☆107Updated 7 years ago
- The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object des…☆86Updated 9 years ago
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- Template engine library in C++☆92Updated 4 years ago
- A no-dependencies C++ extensible type erasure library☆43Updated 5 years ago
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆140Updated 3 years ago
- runtime to compile-time mappings☆108Updated 7 years ago
- A C++11 std::vector-compliant implementation with a customizable size type and growing algorithm☆68Updated 10 years ago
- Very fast regexp using c++11 templates.☆82Updated 10 years ago
- Non bloated asynchronous logger☆223Updated last year
- An entirely const_expr string class in C++. Similar to string_view, most useful for compile-time constants☆22Updated 9 years ago
- Variadic templates and std::integer_sequence support library☆111Updated 5 months ago
- A C++14 library to make it easier to work with parameter packs☆55Updated 6 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 years ago
- HISTORICAL INTEREST ONLY: Post peer review AFIO v2 rewrite is now at https://github.com/ned14/boost.afio☆47Updated 9 years ago
- A C++14/17 implementation of named tuples☆71Updated 11 months ago
- Lightweight, header-only C++14 metaprogramming library. Pattern matching, compile-time stuffs and algorithms (arrays, type information (…