You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -847,7 +847,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
847
847
*[ggml](https://github.com/ggerganov/ggml) - Tensor library for machine learning with 16-bit and 4-bit quantization support. [MIT]
848
848
*[libsvm](https://github.com/cjlin1/libsvm) - A simple, easy-to-use, efficient library for Support Vector Machines. [BSD-3-Clause][website](https://www.csie.ntu.edu.tw/~cjlin/libsvm/)
849
849
*[m2cgen](https://github.com/BayesWitnesses/m2cgen) - A CLI tool to transpile trained classic ML models into a native C code with zero dependencies. [MIT]
850
-
*[MeTA](https://github.com/meta-toolkit/meta) - A modern C++ data sciences toolkit. [MIT][website](https://meta-toolkit.org/)
850
+
*[MeTA](https://github.com/meta-toolkit/meta) - A modern C++ data sciences toolkit. [MIT]
851
851
*[Minerva](https://github.com/dmlc/minerva) - A fast and flexible system for deep learning. [Apache2]
852
852
*[mlpack](https://github.com/mlpack/mlpack) - A scalable c++ machine learning library. [LGPLv3][website](http://www.mlpack.org/)
853
853
*[ncnn](https://github.com/Tencent/ncnn) - A high-performance neural network inference computing framework optimized for mobile platforms. [BSD]
@@ -912,7 +912,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
912
912
*[universal](https://github.com/stillwater-sc/universal) - A C++14 header-only library implementing arbitrary posit arithmetic. The posit number system is a tapered floating point that is more efficient than IEEE floating point. Posits enable reproducible computational science. [MIT license]
913
913
*[utl::random](https://github.com/DmitriBogdanov/UTL/blob/master/docs/module_random.md) - A C++17 header-only library implementing fast random for Monte-Carlo simulations & gamedev. [MIT]
914
914
*[XAD](https://github.com/auto-differentiation/xad) - Powerful Automatic Differentiation for C++. [AGPL][website](https://auto-differentiation.github.io/)
915
-
*[geogram](https://github.com/BrunoLevy/geogram) - A programming library of geometric algorithms. [BSD-3-Clause][website](http://alice.loria.fr/software/geogram/doc/html/index.html)
915
+
*[geogram](https://github.com/BrunoLevy/geogram) - A programming library of geometric algorithms. [BSD-3-Clause]
916
916
*[std-simd](https://github.com/VcDevel/std-simd) - A portable implementation of std::experimental::simd for C++. [BSD-3-Clause]
917
917
*[libdivide](https://github.com/ridiculousfish/libdivide) - Optimized integer division for C/C++ using libdivide. [zlib][website](https://libdivide.com)
918
918
*[fpsqrt](https://github.com/chmike/fpsqrt) - Fast fixed point and floating point square root for C. [MIT]
@@ -1102,7 +1102,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
1102
1102
*[sregex](https://github.com/openresty/sregex) - A non-backtracking NFA/DFA-based Perl-compatible regex engine library for matching on large data streams. [BSD]
1103
1103
*[SRELL](https://www.akenotsuki.com/misc/srell/en/) - Unicode-aware regular expression template library for C++. [BSD]
1104
1104
*[TRE](https://github.com/laurikari/tre) - The approximate regex matching library and agrep command line tool. [BSD-2-Clause]
1105
-
*[Vectorscan](https://github.com/VectorCamp/vectorscan) - A portable fork of the high-performance regular expression matching library. [BSD-3-Clause][website](https://www.vectorcamp.gr/project/vectorscan/)
1105
+
*[Vectorscan](https://github.com/VectorCamp/vectorscan) - A portable fork of the high-performance regular expression matching library. [BSD-3-Clause]
1106
1106
*[Pawn.Regex](https://github.com/urShadow/Pawn.Regex) - A Pawn plugin that provides support for regular expressions using C++11 std::regex. [MIT]
0 commit comments