fengwang / float16_tLinks
CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.
☆43Updated last year
Alternatives and similar repositories for float16_t
Users that are interested in float16_t are comparing it to the libraries listed below
Sorting:
- Compact SVO optimized vector for C++17 or higher☆109Updated last year
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆18Updated last year
- Container Traits for Modern C++☆30Updated 5 years ago
- llvm::SmallVector stripped from dependencies.☆35Updated 5 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆75Updated 3 years ago
- Experimental JSON builder based on C++ reflection☆56Updated 2 weeks ago
- A C++ data container replicating std::queue functionality but with better performance.☆36Updated 4 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆69Updated 4 months ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated last year
- Struct-of-Arrays generator for C++ projects.☆60Updated last year
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆26Updated 4 years ago
- A header only structure of arrays container for C++☆42Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- Inspect C++ memory in the browser☆100Updated 3 years ago
- A collection of std-like single-header C++ libraries☆194Updated 2 weeks ago
- Open-hierarchy Fast RTTI framework for C++17 and up with support for multiple inheritance and dynamic casting.☆42Updated 3 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 7 months ago
- Light and self-contained implementation of C++17 parallel algorithms.☆37Updated 11 months ago
- C++20 coroutines-based cooperative multitasking library☆110Updated 4 years ago
- A utility for creating amalgamated single-header C++ libraries☆60Updated 3 years ago
- An indirect value-type for C++☆84Updated 2 years ago
- Yet another C++ text formatting library.☆71Updated 11 months ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- C++11 compatible charconv☆31Updated 2 weeks ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 5 years ago
- C++20 Dynamic Reflection Library☆139Updated 7 months ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆32Updated 4 years ago