fengwang / float16_tLinks
CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.
☆41Updated 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:
- llvm::SmallVector stripped from dependencies.☆36Updated 5 years ago
- Compact SVO optimized vector for C++17 or higher☆108Updated last year
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- C++17 tiny vector math library☆46Updated last year
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 2 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆26Updated 4 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
- Light and self-contained implementation of C++17 parallel algorithms.☆36Updated 9 months ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 years ago
- Struct-of-Arrays generator for C++ projects.☆59Updated last year
- C++20 coroutines-based cooperative multitasking library☆109Updated 3 years ago
- A concise and readable metaprogramming language for C++☆61Updated 4 years ago
- Linear algebra library with vector swizzling, intersection tests and useful functions for games and graphics dev.☆104Updated 3 weeks ago
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 3 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Inspect C++ memory in the browser☆98Updated 3 years ago
- Virtual memory based containers☆43Updated 3 years ago
- Flat containers for C++☆59Updated 2 months ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Open-hierarchy Fast RTTI framework for C++17 and up with support for multiple inheritance and dynamic casting.☆41Updated 3 years ago
- A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆35Updated 2 years ago
- An indirect value-type for C++☆83Updated last year
- A collection of std-like single-header C++ libraries☆192Updated last month
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 years ago
- C++ Reflection & Serialization using Clang's LibTooling☆51Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 2 months ago
- Simple C++ one-header stl based library implementing reflection for POD data types☆28Updated 4 years ago
- C++11 compatible charconv☆31Updated last month