awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesCustom Binary Type Encoders

Encoders that translate application-specific complex types into binary formats using custom markers.

Distinct from Composite Type Encoders: Focuses on binary serialization markers rather than database composite type translation.

Explore 2 awesome GitHub repositories matching data & databases · Custom Binary Type Encoders. Refine with filters or upvote what's useful.

Awesome Custom Binary Type Encoders GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • msgpack/msgpackAvatar msgpack

    msgpack/msgpack

    7,472Vezi pe GitHub↗

    MessagePack is a binary object serialization library and a cross-platform data exchange format. It serves as a binary alternative to JSON, converting structured data into a space-efficient binary representation for network transmission and storage. The system provides a standardized format for swapping complex data types across different programming languages and architectures. It allows for the definition of custom data type encoding by pairing application-specific information with specialized serialization markers. The library handles the encoding and decoding of diverse data types, includ

    Defines specialized binary formats for application-specific data structures using extendable serialization markers.

    Vezi pe GitHub↗7,472
  • software-mansion/typegpuAvatar software-mansion

    software-mansion/TypeGPU

    2,564Vezi pe GitHub↗

    TypeGPU is a tool for type-safe WebGPU development that enables writing shaders in TypeScript. It translates high-level TypeScript function definitions and structures into WebGPU Shading Language source code to automate shader generation and validate logic using a type system. The project provides a mechanism for cross-library GPU interoperability by sharing typed buffers without copying data to system memory. It also integrates the Model Context Protocol to allow AI agents to inspect generated shader code and diagnose runtime errors. The system manages WebGPU resource mapping through typed

    Translates complex data structures into typed binary formats to ensure correct memory alignment during CPU-to-GPU transfer.

    TypeScriptgpgpugpugpu-computing
    Vezi pe GitHub↗2,564
  1. Home
  2. Data & Databases
  3. Complex Data Types
  4. Composite Type Encoders
  5. Custom Binary Type Encoders

Explorează sub-etichetele

  • GPU Memory Alignment EncodersEncoders that translate data structures into binary formats specifically aligned for GPU memory requirements. **Distinct from Custom Binary Type Encoders:** Specifically addresses CPU-to-GPU memory alignment and padding, unlike general custom binary encoders used for serialization.