2 repository-uri
Lightweight read-write interfaces for modifying externally owned memory buffers.
Distinct from Mutable Types: Distinct from Mutable Types: focuses on the view/reference mechanism rather than the type definition itself.
Explore 2 awesome GitHub repositories matching data & databases · Mutable Data Views. Refine with filters or upvote what's useful.
Blender is a professional 3D creation suite designed for modeling, animation, rendering, and video editing. It functions as an open-source 3D engine that provides a comprehensive framework for procedural geometry, physics simulation, and high-quality visual output. The platform is built upon a foundational architecture that utilizes data-block-based memory management and a dependency-graph-based evaluation system to handle complex scene transformations and geometry updates. The software distinguishes itself through a highly modular, node-based procedural architecture that allows users to cons
Enables direct modification of memory buffers through lightweight read-write references.
DataFrame is a C++ tabular data library and manipulation engine designed for managing heterogeneous data in contiguous memory. It functions as a statistical analysis framework and time series analysis toolkit, providing the means to store, index, and transform multidimensional datasets. The project distinguishes itself through a high-performance execution model that utilizes column-major storage, SIMD-aligned memory allocation, and a thread-pool for parallel computations. It employs a visitor-based algorithm dispatch system and policy-driven transformations to decouple data processing logic f
Provides lightweight read-only or mutable views of data slices to enable subset manipulation without copying underlying memory.