fengwang / float16_tLinks
CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.
☆42Updated 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:
- Container Traits for Modern C++☆30Updated 4 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆36Updated 4 years ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆68Updated 2 months ago
- Compact SVO optimized vector for C++17 or higher☆108Updated last year
- Simple C++ one-header stl based library implementing reflection for POD data types☆28Updated 4 years ago
- Wide-Decimal implements a generic C++ template for large decimal float types from about 10 up to 10 million digits.☆53Updated 5 months ago
- C++20 Dynamic Reflection Library☆138Updated 5 months ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- An indirect value-type for C++☆84Updated 2 years ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- C++17 tiny vector math library☆46Updated last year
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆74Updated 3 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 …☆31Updated 4 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Virtual memory based containers☆43Updated 3 years ago
- llvm::SmallVector stripped from dependencies.☆35Updated 5 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆25Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆35Updated 2 months ago
- simple ray tracing library focusing on good code☆57Updated last year
- <charconv> from Microsoft STL, but multi-platform☆39Updated 6 months ago
- KISS C++20 Type Reflection using IFC files☆74Updated last year
- The seq library is a collection of original C++17 STL-like containers and related tools☆99Updated 3 weeks ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- C++20 coroutines-based cooperative multitasking library☆109Updated 4 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated last year
- Struct-of-Arrays generator for C++ projects.☆59Updated last year
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆42Updated last month
- A fixed capacity dynamically sized string☆68Updated last month
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆13Updated 3 years ago