skarupke / compile_time
A few classes which compile faster than the classes that they replace
☆12Updated 10 years ago
Alternatives and similar repositories for compile_time:
Users that are interested in compile_time are comparing it to the libraries listed below
- A signal/slot implementation using std::function.☆12Updated 10 years ago
- Static global objects with constructors and destructors made useful in C++☆26Updated 8 years ago
- typesafe tagged union with "don't call us, we'll call you" feature☆16Updated 9 years ago
- C++ library for type introspection, reflection, and scripting interface☆27Updated last year
- A fast C++ dynamic_cast<> alternative.☆32Updated 3 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆14Updated 10 months ago
- Foundations of symbol based programming☆30Updated 5 years ago
- A light-weight C++ profiling library☆31Updated 10 years ago
- Easily batch-build cmake projects!☆17Updated 9 months ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- constexpr djb2, fnv1, crc32, mumur3 string hash functions☆15Updated 7 years ago
- A collection of bit manipulation routines for C++☆20Updated 11 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- Generic 2D graphics library for C++14☆28Updated 3 weeks ago
- Dr Echo spices your terminal up (C++11)☆24Updated 8 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- status-value - A class for status and optional value for C++11 and later, C++98 variant provided in a single-file header-only library☆15Updated 8 months ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 8 months ago
- C++ Memory allocator for packet queues that free() in roughly the same order that they alloc().☆16Updated 6 years ago
- Allocation benchmarks☆30Updated 8 years ago
- Apathy is a lightweight path/file/mstream/mmap IO library (C++03)☆35Updated 5 years ago
- Minimal subset of Catch2 C++ test framework☆26Updated 6 years ago
- Very fast backtraces resolver☆33Updated 6 years ago
- A collection of personal, single-header C and C++ libraries similar to the STB libraries. All avaliable in the public domain.☆13Updated last year
- C++ reflection framework (for fun)☆14Updated 10 years ago
- A no-dependencies C++ extensible type erasure library☆43Updated 4 years ago
- Basic C99 implementations of various fundamental data structures (queue, stack, graph, heap, etc.)☆15Updated 7 years ago
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆19Updated 3 years ago