stillwater-sc/universal
Large collection of number systems providing custom arithmetic for mixed-precision algorithm development and optimization for AI, Machine Learning, Computer Vision, Signal Processing, CAE, EDA, control, optimization, estimation, and approximation.
This library helps C++ developers tailor numerical precision for specific applications, especially in AI, machine learning, and high-performance computing. It takes standard C++ numerical operations and outputs computations optimized for speed and energy efficiency, allowing developers to experiment with custom number formats beyond standard floating-point types. Developers building computationally intensive applications with C++ are the target users.
488 stars.
Use this if you are a C++ developer optimizing computationally intensive algorithms and want to experiment with different numerical precision formats to improve performance or reduce energy consumption.
Not ideal if you are not a C++ developer or are working on applications where standard integer and floating-point types already meet your performance and precision requirements.
Stars
488
Forks
71
Language
C++
License
MIT
Category
Last pushed
Mar 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/stillwater-sc/universal"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
davisking/dlib
A toolkit for making real world machine learning and data analysis applications in C++
ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
mlpack/mlpack
mlpack: a fast, header-only C++ machine learning library
apache/singa
a distributed deep learning platform
hosseinmoein/DataFrame
C++ DataFrame for statistical, financial, and ML analysis in modern C++