From 16db80a2b25725be6e563502681fc2777f76496e Mon Sep 17 00:00:00 2001 From: Miguel Nischor Date: Wed, 15 Mar 2023 13:19:10 -0400 Subject: [PATCH 1/3] Added DirectXMath library from Microsoft --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 803250d..9ec5d3e 100644 --- a/README.md +++ b/README.md @@ -691,6 +691,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [cml](http://cmldev.net/) - free C++ math library for games and graphics. [Boost] * [CNL](https://github.com/johnmcfarlane/cnl/) - A Compositional Numeric Library for C++. [Boost] * [CXXGraph](https://github.com/ZigRazor/CXXGraph) - free C++(17) graph header-only library for representation and algorithms execution. [AGPL-3.0] +* [DirectXMath](https://github.com/microsoft/DirectXMath) - An all inline SIMD C++ linear algebra library for use in games and graphics apps * [Dlib](https://github.com/davisking/dlib) :zap: - A modern C++11 machine learning, computer vision, numerical optimization, and deep learning toolkit. [Boost] [website](http://dlib.net/) * [Eigen](http://eigen.tuxfamily.org/) - A high-level C++ library of template headers for linear algebra, matrix and vector operations, numerical solvers and related algorithms. [MPL2] * [ExprTk](https://www.partow.net/programming/exprtk/) - The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parser and evaluation engine. [MIT] From 21554d5b050646076fd855f39ec336e07f7dae55 Mon Sep 17 00:00:00 2001 From: Miguel Nischor Date: Wed, 15 Mar 2023 13:21:55 -0400 Subject: [PATCH 2/3] Added Build Bench benchmark utility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ec5d3e..f208a8d 100644 --- a/README.md +++ b/README.md @@ -1247,6 +1247,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny *Useful C or C++ related websites.* * [Standard C++](https://isocpp.org/) :zap: - News, Status & Discussion about Standard C++. +* [Build Bench](https://build-bench.com/) - Compare C++ Builds * [CppCon](http://cppcon.org/) - The C++ Conference. * [C++ reference](http://cppreference.com/) - C++98, C++03, C++11, C++14 reference. * [C++ by Example](http://www.cbyexample.com/) - Learn C++ by Example. From 465412fba7ab74e22aa7e76227814b70223672ca Mon Sep 17 00:00:00 2001 From: Miguel Nischor Date: Wed, 15 Mar 2023 13:22:46 -0400 Subject: [PATCH 3/3] Added Quick Bench benchmark utility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f208a8d..63ba89f 100644 --- a/README.md +++ b/README.md @@ -1248,6 +1248,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Standard C++](https://isocpp.org/) :zap: - News, Status & Discussion about Standard C++. * [Build Bench](https://build-bench.com/) - Compare C++ Builds +* [Quick Bench](https://quick-bench.com/) - Quick C++ Benchmarks * [CppCon](http://cppcon.org/) - The C++ Conference. * [C++ reference](http://cppreference.com/) - C++98, C++03, C++11, C++14 reference. * [C++ by Example](http://www.cbyexample.com/) - Learn C++ by Example.