2 dépôts
Passing blockchain objects by reference to allow updates without transferring full ownership.
Distinguishing note: Distinct from database transactions; specifically addresses object-centric ownership and referencing in blockchain state.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Object Reference Passing. Refine with filters or upvote what's useful.
RIBs is a mobile architecture framework that structures applications around isolated, lifecycle-managed units of business logic called RIBs. Each RIB separates routing, business logic, and construction into distinct classes through the Router-Interactor-Builder pattern, with hierarchical dependency injection scoping dependencies per node and static analysis enforcing architectural rules at build time. The framework enforces automatic disposal of Rx subscriptions scoped to interactor lifecycles, blocking compilation when subscriptions lack proper disposal to prevent memory leaks. It supports v
Assigns strong and weak references between routers, interactors, and views to prevent retain cycles in the RIB tree.
Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo
Implements object wrapping that enables an asset to be used in multiple commands within a single atomic block.