awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesLong Integers

Arithmetic operations on 64-bit integer values for extended numeric range.

Distinct from Integer Arithmetic: Distinct from Integer Arithmetic: focuses on 64-bit long integer operations specifically, not general integer arithmetic.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Long Integers. Refine with filters or upvote what's useful.

Awesome Long Integers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • openmathlib/openblasAvatar von OpenMathLib

    OpenMathLib/OpenBLAS

    7,470Auf GitHub ansehen↗

    OpenBLAS is a high-performance implementation of the Basic Linear Algebra Subprograms standard designed for numerical computing and matrix operations. It serves as a hardware-accelerated numerical library and optimized math kernel library, providing a computational engine for large-scale matrix multiplication and vector operations. The library distinguishes itself through the use of hand-tuned assembly kernels and SIMD instruction mapping, such as AVX and SVE, to maximize floating-point performance on specific CPU architectures. It features a multi-threaded framework that manages parallel exe

    Configures indexing and addressing using 64-bit integers to handle larger numerical data sets.

    Cblaslapacklapacke
    Auf GitHub ansehen↗7,470
  • carp-lang/carpAvatar von carp-lang

    carp-lang/Carp

    5,815Auf GitHub ansehen↗

    Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless integration with existing C libraries and low-level system programming. It manages memory deterministically at compile time using ownership tracking and linear types, eliminating garbage collection pauses and runtime overhead while ensuring type safety through an inferred static type system. The language distinguishes itself through compile-time macro expansion and metaprogramming capabilities, allowing code generation and transformation before final binary output. It enforces

    Provides 64-bit integer arithmetic operations for extended numeric range in a Lisp compiler.

    Haskellfunctionalfunctional-programminggame-development
    Auf GitHub ansehen↗5,815
  1. Home
  2. Software Engineering & Architecture
  3. Integer Arithmetic
  4. Long Integers