awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesAsynchronous Parsers

Parsers that utilize multiple threads or non-blocking I/O to process data incrementally.

Distinct from JSON: Focuses on the multi-threaded parsing of large documents rather than general stream-processing architectures.

Explore 1 awesome GitHub repository matching data & databases · Asynchronous Parsers. Refine with filters or upvote what's useful.

Awesome Asynchronous Parsers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • miloyip/rapidjsonAvatar de miloyip

    miloyip/rapidjson

    15,095Ver en GitHub↗

    RapidJSON is a high-performance C++ library used for parsing and generating JSON data. It provides both document object model and stream-based interfaces to transform JSON strings into structured data and vice versa. The library includes a JSON schema validator to verify that documents conform to predefined rules and a Unicode transcoder for converting strings between UTF-8, UTF-16, and UTF-32 encodings. It also supports relaxed parsing for non-standard JSON containing comments or trailing commas. Additional capabilities cover JSON pointer navigation for locating specific values and string s

    Supports parsing large JSON documents in parts across multiple threads to prevent interface freezing.

    C++
    Ver en GitHub↗15,095
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Stream Processing Systems
  5. Stream Processing
  6. JSON
  7. Asynchronous Parsers