2 dépôts
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.
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.
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.