awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesDeterministic ID Computation

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.

Awesome Deterministic ID Computation GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • mystenlabs/suiAvatar de MystenLabs

    MystenLabs/sui

    7,612Voir sur GitHub↗

    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.

    Rustblockchaindistributed-ledger-technologymove
    Voir sur GitHub↗7,612
  • kerrickstaley/genankiAvatar de kerrickstaley

    kerrickstaley/genanki

    2,534Voir sur GitHub↗

    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.

    Pythonankianki-flashcards
    Voir sur GitHub↗2,534
  1. Home
  2. Data & Databases
  3. Deterministic ID Computation