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 RepositoriesAnonymous Struct Nesting

The ability to embed unnamed structures or unions inside other types for complex layout organization.

Distinct from Structured Types: Specifically focuses on unnamed (anonymous) nesting for layout, whereas Structured Types is broader data management.

Explore 2 awesome GitHub repositories matching data & databases · Anonymous Struct Nesting. Refine with filters or upvote what's useful.

Awesome Anonymous Struct Nesting GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • c3lang/c3cAvatar de c3lang

    c3lang/c3c

    5,147Ver en GitHub↗

    c3c is the compiler for the C3 programming language, transforming source code into executable binaries, static libraries, or dynamic libraries using an LLVM backend. It implements a system based on result-based error handling, scoped memory pooling, and a semantic macro system. The compiler provides first-class support for hardware-backed SIMD vectors that map directly to processor instructions and enables runtime polymorphism through interface-based dynamic dispatch. The project covers a broad set of low-level capabilities, including manual and pooled memory management, inline assembly inte

    Embeds unnamed structs or unions within other data types to organize complex memory layouts.

    C3c3compilerlanguage
    Ver en GitHub↗5,147
  • arroyosystems/arroyoAvatar de ArroyoSystems

    ArroyoSystems/arroyo

    4,819Ver en GitHub↗

    Arroyo is a high-performance stream processing platform built in Rust. It executes continuous SQL queries on streaming data with event-time semantics, enabling accurate windowed aggregations, joins, and stateful computations on unbounded event streams. The platform uses native Rust execution for high throughput and low latency, with periodic checkpointing for exactly-once fault tolerance and horizontal scaling across distributed workers. The system integrates deeply with Kafka for reading and writing topics with exactly-once delivery and supports change data capture (CDC) from MySQL and Postg

    Supports nested struct columns with named fields and dot-notation access in streaming SQL.

    Rustdatadata-stream-processingdev-tools
    Ver en GitHub↗4,819
  1. Home
  2. Data & Databases
  3. Data Type Managers
  4. Structured Types
  5. Anonymous Struct Nesting

Explorar subetiquetas

  • Named Struct ColumnsNested composite columns with named fields accessible via dot notation in SQL queries. **Distinct from Anonymous Struct Nesting:** Distinct from Anonymous Struct Nesting: focuses on named struct columns with dot-notation access, not unnamed nesting for layout.