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:
- C++17 tiny vector math library☆43Updated last year
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years ago
- C++ Reflection & Serialization using Clang's LibTooling☆51Updated 4 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 9 months ago
- Inspect C++ memory in the browser☆96Updated 3 years ago
- A Embedded Gpu Profiler for Dear ImGui App☆52Updated 6 months ago
- Open-hierarchy Fast RTTI framework for C++17 and up with support for multiple inheritance and dynamic casting.☆39Updated 2 years 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
- Container Traits for Modern C++☆29Updated 4 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆104Updated last year
- llvm::SmallVector stripped from dependencies.☆34Updated 5 years ago
- KISS C++20 Type Reflection using IFC files☆70Updated 11 months ago
- Cut down and minimalistic C++ string formatting library☆26Updated last year
- Linear algebra library with vector swizzling, intersection tests and useful functions for games and graphics dev.☆105Updated 2 years ago
- value types for composite class design - with allocators☆51Updated 2 weeks ago
- Struct-of-Arrays generator for C++ projects.☆57Updated 10 months ago
- C++20 thread pool / tasking library / coroutine runtime with no compromises. Excellent performance, powerful features, and simple syntax.☆34Updated last week
- A utility for creating amalgamated single-header C++ libraries☆54Updated 3 years ago
- Cross-Platform, Efficient easy to integrate crash reporting library for modern C++☆47Updated last month
- C++ Better Futures☆45Updated 2 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 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 …☆30Updated 4 years ago
- Find race conditions at low cost by instrumenting containers☆35Updated 3 months ago
- Compile-time reflection for C++ to get field names and types from a struct/class.☆30Updated 5 months ago
- Meta C++ Library and Tool☆82Updated 2 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- "Longeron++" C++17 library for simple memory-efficient or 'data-oriented' structures☆32Updated this week
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago