2 مستودعات
Calculating unique identifiers for data objects off-chain based on parent IDs and keys.
Distinct from Object ID Resolution: The candidates focus on resolving existing IDs or database lookups, not the deterministic generation of IDs.
Explore 2 awesome GitHub repositories matching data & databases · Deterministic ID Computation. Refine with filters or upvote what's useful.
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
Computes the ID of an object off-chain using a parent ID and a key for indexer-free lookups.
Genanki is a Python library for programmatically generating flashcard decks, note models, and compatible package files for Anki. It functions as a flashcard automation library that allows for the creation of individual memory units by mapping data to defined note models. The library distinguishes itself through a system for managing stable, unique identifiers using deterministic hashing, which ensures that updates overwrite existing entries rather than creating duplicates. It provides utilities to bundle notes, CSS styling, and media assets into compressed archives or inject data directly int
Calculates unique note identifiers using deterministic hashing to ensure consistent updates and prevent duplicate entries.