awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesYAML Node Types

Queries whether a node is a scalar, sequence, map, null, or undefined to handle heterogeneous data safely.

Distinct from Data Type Inspection: Distinct from Data Type Inspection: focuses on YAML-specific node types, not general schema metadata.

Explore 2 awesome GitHub repositories matching data & databases · YAML Node Types. Refine with filters or upvote what's useful.

Awesome YAML Node Types GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jbeder/yaml-cppAvatar de jbeder

    jbeder/yaml-cpp

    5,931Ver en GitHub↗

    yaml-cpp is a C++ library for parsing and emitting YAML 1.2 documents. It provides a complete YAML processing pipeline, from reading YAML content into a traversable node tree to writing in-memory data structures back as YAML text. The library represents parsed YAML as a mutable tree of typed nodes, supporting scalars, sequences, maps, and aliases. It uses a recursive-descent parser to build this node tree, and a stream-based emitter to generate YAML output incrementally. Template-based type conversion enables compile-time serialization between YAML nodes and C++ types, including support for c

    Queries whether a node is a scalar, sequence, map, null, or undefined to handle heterogeneous data safely.

    C++
    Ver en GitHub↗5,931
  • paradigmxyz/rethAvatar de paradigmxyz

    paradigmxyz/reth

    5,652Ver en GitHub↗

    Reth is a modular, high-performance Ethereum execution layer client written in Rust. It serves as a full Ethereum node that syncs, validates, and serves blockchain data, functioning as an archive node implementation, a high-throughput RPC node server, and a snapshot sync tool. The project is built around a modular component architecture that allows assembling custom node behavior by swapping independent Rust crates for consensus, execution, mempool, and networking. The client distinguishes itself through a staged sync pipeline that downloads headers and bodies online before processing the res

    Shrinks storage footprint by 30-50% depending on node type using efficient data layouts.

    Rust
    Ver en GitHub↗5,652
  1. Home
  2. Data & Databases
  3. Data Type Inspection
  4. YAML Node Types

Explorar subetiquetas

  • Blockchain Node Storage ProfilesShrinks storage footprint by 30-50% depending on node type (Full, Minimal, Archive) using efficient data layouts. **Distinct from YAML Node Types:** Distinct from YAML Node Types: focuses on storage profiles for blockchain node types, not YAML data type inspection.