1 repository
Serializing multi-dimensional array memory and metadata to binary formats for storage.
Distinct from Direct Memory Buffers: Focuses on saving raw array memory and shape metadata to disk, whereas direct memory buffers focus on in-memory transformation.
Explore 1 awesome GitHub repository matching data & databases · Array Binary Serialization. Refine with filters or upvote what's useful.
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
Enables fast loading and saving of arrays by writing raw memory contents and shape metadata directly to disk.