awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to auburns/fastnoisesimd

Open-source alternatives to FastNoiseSIMD

30 open-source projects similar to auburns/fastnoisesimd, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best FastNoiseSIMD alternative.

  • ashvardanian/numkongashvardanian का अवतार

    ashvardanian/NumKong

    1,829GitHub पर देखें↗

    SIMD-accelerated distances, dot products, matrix ops, geospatial & geometric kernels for 16 numeric types — from 6-bit floats to 64-bit complex — across x86, Arm, RISC-V, and WASM, with bindings for Python, Rust, C, C++, Swift, JS, and Go 📐

    C
    GitHub पर देखें↗1,829
  • auto-differentiation/xadauto-differentiation का अवतार

    auto-differentiation/xad

    421GitHub पर देखें↗

    Fast, easy automatic differentiation in C++

    C++aadalgorithmic-differentiationauto-differentiation
    GitHub पर देखें↗421
  • autodiff/autodiffautodiff का अवतार

    autodiff/autodiff

    1,933GitHub पर देखें↗

    automatic differentiation made easier for C++

    C++auto-differentiationautodiffautodifferentiation
    GitHub पर देखें↗1,933
  • b-k/apopheniab-k का अवतार

    b-k/apophenia

    207GitHub पर देखें↗

    A C library for statistical and scientific computing

    C
    GitHub पर देखें↗207
  • boostorg/multiprecisionboostorg का अवतार

    boostorg/multiprecision

    257GitHub पर देखें↗

    Boost.Multiprecision

    C++
    GitHub पर देखें↗257

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
brunolevy/geogramBrunoLevy का अवतार

BrunoLevy/geogram

2,444GitHub पर देखें↗

a programming library with geometric algorithms

C++
GitHub पर देखें↗2,444
  • certivox/miraclCertiVox का अवतार

    CertiVox/MIRACL

    698GitHub पर देखें↗

    MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).

    C
    GitHub पर देखें↗698
  • cgal/cgalCGAL का अवतार

    CGAL/cgal

    5,757GitHub पर देखें↗

    CGAL is a software library that provides a comprehensive collection of computational geometry algorithms and data structures. It is built around a geometry kernel that defines fundamental geometric primitives and operations, enabling the construction of complex geometric objects and the computation of geometric predicates with exact arithmetic for reliable results. The library covers a wide range of geometric computation capabilities, including the construction of convex hulls, triangulations of point sets, and the generation of Voronoi diagrams. It also supports the processing of polygonal m

    C++algorithmsarrangeboolean-operations
    GitHub पर देखें↗5,757
  • chmike/fpsqrtchmike का अवतार

    chmike/fpsqrt

    97GitHub पर देखें↗

    Integer and fixed point square root functions using only add, subtract and shifts

    C
    GitHub पर देखें↗97
  • ckormanyos/wide-integerckormanyos का अवतार

    ckormanyos/wide-integer

    220GitHub पर देखें↗

    Wide-Integer implements a generic C++ template for uint128t, uint256t, uint512t, uint1024t, etc.

    C++
    GitHub पर देखें↗220
  • codeplea/tinyexprcodeplea का अवतार

    codeplea/tinyexpr

    1,895GitHub पर देखें↗

    tiny recursive descent expression parser, compiler, and evaluation engine for math expressions

    C
    GitHub पर देखें↗1,895
  • datenwolf/linmath.hdatenwolf का अवतार

    datenwolf/linmath.h

    1,047GitHub पर देखें↗

    a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions

    C
    GitHub पर देखें↗1,047
  • demianmnave/cmldemianmnave का अवतार

    demianmnave/CML

    84GitHub पर देखें↗

    The Configurable Math Library

    C++cplusplus-11cplusplus-14cplusplus-17
    GitHub पर देखें↗84
  • dmitribogdanov/utlDmitriBogdanov का अवतार

    DmitriBogdanov/UTL

    335GitHub पर देखें↗

    Collection of self-contained header-only libraries for C++17

    C++
    GitHub पर देखें↗335
  • dpilger26/numcppdpilger26 का अवतार

    dpilger26/NumCpp

    3,963GitHub पर देखें↗

    NumCpp is a C++ framework and numerical computing library that provides a toolkit for multi-dimensional array management and mathematical routines. It functions as a C++ implementation of the NumPy ecosystem, offering a scientific computing framework for managing tensors and performing complex algebraic equations. The project enables high-performance array manipulation within a C++ environment without relying on a Python runtime. It distinguishes itself by providing a NumPy-like interface for executing linear algebra, managing multi-dimensional data structures, and performing numerical proces

    C++
    GitHub पर देखें↗3,963
  • g-truc/glmg-truc का अवतार

    g-truc/glm

    10,710GitHub पर देखें↗

    This project is a header-only C++ library designed for graphics mathematics, providing a comprehensive suite of vector, matrix, and quaternion types. It is built using template metaprogramming to generate mathematical primitives at compile time, eliminating the need for precompiled binary libraries and allowing for direct integration into existing build systems. The library is distinguished by its strict adherence to the OpenGL Shading Language specification, ensuring that mathematical results remain consistent across both CPU and GPU code. It provides specialized utilities for managing float

    C++cppcpp-libraryglm
    GitHub पर देखें↗10,710
  • gistrec/geo-utils-cppgistrec का अवतार

    gistrec/geo-utils-cpp

    69GitHub पर देखें↗

    Tiny header-only C++17 library for lat/lng geometry: distance, bearing, area, point-in-polygon and path proximity

    C++
    GitHub पर देखें↗69
  • imakris/mexceimakris का अवतार

    imakris/mexce

    5GitHub पर देखें↗

    Single-header C++ JIT compiler/evaluator for mathematical expressions

    C++
    GitHub पर देखें↗5
  • jeremyong/kleinjeremyong का अवतार

    jeremyong/klein

    802GitHub पर देखें↗

    P(R*_{3, 0, 1}) specialized SIMD Geometric Algebra Library

    C++
    GitHub पर देखें↗802
  • jhumphry/lalgjhumphry का अवतार

    jhumphry/LALG

    5GitHub पर देखें↗

    This is an Ada 2012 package that provides an interface to dense linear algebra packages. Initially the focus is on BLAS, which has been covered except for routines working on banded matrices.

    Ada
    GitHub पर देखें↗5
  • johnmcfarlane/cnljohnmcfarlane का अवतार

    johnmcfarlane/cnl

    691GitHub पर देखें↗

    A Compositional Numeric Library for C++

    C++arithmeticcmakecpp
    GitHub पर देखें↗691
  • kthohr/statskthohr का अवतार

    kthohr/stats

    559GitHub पर देखें↗

    A C++ header-only library of statistical distribution functions.

    C++
    GitHub पर देखें↗559
  • lballabio/quantliblballabio का अवतार

    lballabio/QuantLib

    6,786GitHub पर देखें↗

    QuantLib is a quantitative finance library and analysis engine built in C++ for executing complex financial calculations and simulations. It serves as a framework for quantitative finance modeling and trading risk management, providing the tools necessary to calculate fair values and risk metrics for diverse financial assets. The project focuses on financial instrument modeling and the evaluation of potential losses and exposure levels to inform portfolio management decisions. It provides a system for modeling financial instruments and managing trading risk through quantitative mathematical m

    C++quantitative-finance
    GitHub पर देखें↗6,786
  • lemire/fastmodlemire का अवतार

    lemire/fastmod

    349GitHub पर देखें↗

    A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.

    C++
    GitHub पर देखें↗349
  • libtom/libtommathlibtom का अवतार

    libtom/libtommath

    792GitHub पर देखें↗

    LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.

    C
    GitHub पर देखें↗792
  • mapbox/wagyumapbox का अवतार

    mapbox/wagyu

    193GitHub पर देखें↗

    A general library for geometry operations of union, intersections, difference, and xor

    C++
    GitHub पर देखें↗193
  • microsoft/directxmathmicrosoft का अवतार

    microsoft/DirectXMath

    1,779GitHub पर देखें↗

    DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps

    C++arm-neonarm64avx
    GitHub पर देखें↗1,779
  • mosteo/hungarianmosteo का अवतार

    mosteo/hungarian

    2GitHub पर देखें↗

    Ada wrapper for the fast Stachniss' Hungarian solver

    Ada
    GitHub पर देखें↗2
  • nvidia/matxNVIDIA का अवतार

    NVIDIA/MatX

    1,431GitHub पर देखें↗

    An efficient C++20 GPU numerical computing library with Python-like syntax

    C++
    GitHub पर देखें↗1,431
  • orange-cpp/omathorange-cpp का अवतार

    orange-cpp/omath

    217GitHub पर देखें↗

    Cross-platform modern general purpose game/mods/cheats development framework written in C++23.

    C++
    GitHub पर देखें↗217