2 个仓库
Managing data access and modification through the use of immutable and mutable references.
Distinct from Mutable Types: Focuses on the access mechanism (references) rather than the general property of a type being mutable.
Explore 2 awesome GitHub repositories matching data & databases · Reference-Based Mutability Control. Refine with filters or upvote what's useful.
This project is an interactive programming education resource and tutorial designed for learning the Rust programming language and systems programming concepts. It provides a collection of runnable and editable code examples that serve as a practical reference for language syntax and implementation. The resource features an interactive code sandbox that allows users to execute and test code snippets in real time. It emphasizes the verification of technical accuracy by executing embedded code blocks during the build process to ensure all examples remain functional. The content covers a compre
Rust controls whether data can be modified by using immutable or mutable references for access.
Flax is a deep learning framework and JAX neural network library designed for building complex machine learning models. It functions as a distributed training library and model state manager, providing a toolkit for defining flexible neural network architectures and scaling their training across multiple hardware devices. The project is characterized by a design that separates network logic from parameter values to remain compatible with pure functions. It uses hierarchical module composition to organize networks as trees of nested modules and employs a reference-based state management system
Uses mutable references to track model variables and state during initialization and debugging.