fengwang / float16_t
CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.
☆32Updated 9 months ago
Related projects ⓘ
Alternatives and complementary repositories for float16_t
- Collection of ktl header libraries - small C++20 wrapper utilities☆11Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆96Updated 6 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆33Updated 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 7 months ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆28Updated 2 months ago
- Cut down and minimalistic C++ string formatting library☆26Updated 10 months ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- C++17 tiny vector math library☆41Updated 11 months ago
- ipvar is a little smart library for easily sharing variables between different processes☆23Updated 5 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated 2 weeks ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the …☆26Updated last year
- A clean implementation of reflection and related proposals.☆29Updated 6 years ago
- C++ build system that uses C++ for build configuration.☆15Updated this week
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆45Updated 9 months ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆71Updated 2 weeks ago
- (Legacy) Extremely fast unordered map and set library for C++20