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
·
simd-lite avatar

simd-lite/simd-json

0
View on GitHub↗
1,402 stele·101 fork-uri·Rust·Apache-2.0·4 vizualizări

Simd Json

Acest proiect este o bibliotecă de parsare JSON de înaltă performanță pentru Rust, care utilizează instrucțiuni accelerate hardware pentru a procesa structuri de date complexe. Acesta funcționează ca un instrument de serializare type-safe, mapând string-urile JSON brute în obiecte native ale limbajului, oferind în același timp flexibilitatea de a gestiona structuri de documente dinamice atunci când schemele sunt necunoscute sau se schimbă frecvent.

Biblioteca se distinge prin utilizarea parsării accelerate SIMD și a identificării structurale bazate pe bitmask, care îi permit să scaneze și să tokenizeze documente prin procesarea mai multor octeți simultan. Utilizează dispatch-ul de instrucțiuni la runtime pentru a detecta capabilitățile procesorului gazdă, asigurând că setul de instrucțiuni cel mai eficient este selectat pentru mediul hardware curent. Pentru a îmbunătăți și mai mult throughput-ul, motorul utilizează o reprezentare a documentului bazată pe bandă (tape-based) și acces la date de tip zero-copy, care minimizează alocările de memorie și pointer chasing-ul în timpul traversării.

Dincolo de capabilitățile sale de bază de parsare, biblioteca suportă procesarea valorilor numerice mari care depășesc capacitatea tipurilor standard de întregi sau virgulă mobilă. Se integrează cu interfețele standard de serializare pentru a asigura o gestionare consistentă a datelor și oferă căutări hash optimizate pentru gestionarea cheilor obiectelor. Proiectul este distribuit ca un crate, oferind o interfață standardizată pentru ca dezvoltatorii să încorporeze procesarea de date de mare viteză în aplicațiile lor.

Features

  • JSON Parsing - Processes strings using high-speed hardware instructions to achieve rapid serialization and deserialization of complex data structures.
  • Hardware-Accelerated JSON Processing - Provides high-performance JSON parsing by leveraging SIMD instructions and runtime-detected hardware optimizations to maximize data throughput.
  • JSON-to-Object Mappers - Converts raw strings into typed objects or flexible data representations using standard serialization interfaces.
  • Parsing Accelerators - Uses specialized hardware instructions to process multiple bytes of data simultaneously for significantly faster document scanning and tokenization.
  • Data Type Serialization - Converts raw JSON strings into strongly typed language objects to ensure consistent data handling and seamless application integration.
  • JSON Parsing - Implements a high-speed JSON parsing engine that maps raw strings into native data structures using zero-copy access and tape-based representation.
  • Hardware Dispatchers - Detects host processor capabilities at startup to select the most efficient hardware-specific instruction set for execution.
  • Dynamic Schema Parsing - Accesses and manipulates flexible JSON document structures when the underlying data schema is unknown or changes frequently.
  • Dynamic Document Structures - Creates flexible document structures for accessing and manipulating data when the underlying schema remains unknown or changes frequently.
  • Runtime Hardware Optimizers - Selects the most efficient instruction set at runtime based on host processor capabilities to maximize data throughput.
  • JSON Serializers - Integrates with standard serialization interfaces to provide type-safe mapping between raw JSON strings and native language objects.
  • Zero-Copy Data Access - References raw input strings directly within the parsed structure to avoid unnecessary memory allocations and data duplication during processing.
  • CPU Instruction Optimizations - Selects the most efficient processor instruction sets at runtime to maximize data throughput while maintaining binary portability.
  • Structural Identification - Employs bitwise operations on input chunks to rapidly locate structural characters like braces and quotes without branching logic.
  • Serialization Mappings - Integrates with standard language interfaces to transform raw parsed tokens into strongly typed objects or flexible dynamic data structures.
  • Tape-Based Representations - Stores parsed JSON elements in a flat, contiguous memory buffer to minimize pointer chasing and improve cache locality during traversal.

Istoric stele

Graficul istoricului de stele pentru simd-lite/simd-jsonGraficul istoricului de stele pentru simd-lite/simd-json

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ Simd Json

Colecții selectate manual în care apare Simd Json.
  • Biblioteci de înaltă performanță pentru parsare JSON

Întrebări frecvente

Ce face simd-lite/simd-json?

Acest proiect este o bibliotecă de parsare JSON de înaltă performanță pentru Rust, care utilizează instrucțiuni accelerate hardware pentru a procesa structuri de date complexe. Acesta funcționează ca un instrument de serializare type-safe, mapând string-urile JSON brute în obiecte native ale limbajului, oferind în același timp flexibilitatea de a gestiona structuri de documente dinamice atunci când schemele sunt necunoscute sau se schimbă frecvent.

Care sunt principalele funcționalități ale simd-lite/simd-json?

Principalele funcționalități ale simd-lite/simd-json sunt: JSON Parsing, Hardware-Accelerated JSON Processing, JSON-to-Object Mappers, Parsing Accelerators, Data Type Serialization, Hardware Dispatchers, Dynamic Schema Parsing, Dynamic Document Structures.

Care sunt câteva alternative open-source pentru simd-lite/simd-json?

Alternativele open-source pentru simd-lite/simd-json includ: ibireme/yyjson — yyjson is a high-performance C library for parsing, serializing, and manipulating JSON data structures. It functions… simdjson/simdjson — simdjson is a high-performance, header-only C++ library designed for parsing, querying, and serializing JSON data with… vba-tools/vba-json — VBA-JSON is a library designed for parsing and serializing JSON data within Visual Basic for Applications… stleary/json-java — JSON-java is a Java library for parsing and generating JSON text and mapping it to Java objects and collections. It… alibaba/fastjson2 — fastjson2 is a high-performance Java library used for serializing and deserializing Java objects to and from JSON… alibaba/handyjson — HandyJSON is a Swift JSON serialization library and data mapper. It functions as an object mapper that converts JSON…

Alternative open-source pentru Simd Json

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Simd Json.
  • ibireme/yyjsonAvatar ibireme

    ibireme/yyjson

    3,788Vezi pe GitHub↗

    yyjson is a high-performance C library for parsing, serializing, and manipulating JSON data structures. It functions as a memory-efficient data tool that utilizes custom memory pools and contiguous block allocation to minimize fragmentation and overhead. The project distinguishes itself as a SIMD JSON processor, using hardware-accelerated vector instructions for rapid string validation and parsing. It provides a toolkit for querying, modifying, and patching nested JSON objects and arrays through pointer-based access and path expressions. The library covers a broad range of data manipulation

    C
    Vezi pe GitHub↗3,788
  • simdjson/simdjsonAvatar simdjson

    simdjson/simdjson

    23,260Vezi pe GitHub↗

    simdjson is a high-performance, header-only C++ library designed for parsing, querying, and serializing JSON data with minimal memory overhead. It functions as a hardware-aware data processing engine that leverages vector instructions to achieve gigabyte-per-second parsing speeds. By detecting host processor capabilities at runtime, the library automatically selects the most efficient instruction sets to accelerate structural analysis and validation. The library distinguishes itself through a focus on extreme efficiency and resource management. It utilizes memory mapping and padded buffer ali

    C++aarch64arm64avx2
    Vezi pe GitHub↗23,260
  • stleary/json-javaAvatar stleary

    stleary/JSON-java

    4,717Vezi pe GitHub↗

    JSON-java is a Java library for parsing and generating JSON text and mapping it to Java objects and collections. It functions as a serialization framework for converting class instances and data structures into standardized JSON strings. The project includes a JSON pointer implementation for retrieving specific values from documents using string or URI fragment representations. It also provides a converter for translating data structures between JSON and XML, as well as a translator for transforming data between JSON and web formats such as HTTP headers, cookies, and comma-delimited lists. T

    Javahackoberfest2023hacktoberfestjava
    Vezi pe GitHub↗4,717
  • vba-tools/vba-jsonAvatar VBA-tools

    VBA-tools/VBA-JSON

    2,117Vezi pe GitHub↗

    VBA-JSON is a library designed for parsing and serializing JSON data within Visual Basic for Applications environments. It functions as an office automation data library, enabling legacy Microsoft Office applications to process structured data and interact with modern web services. The tool converts raw JSON text into native objects and collections, allowing developers to access and manipulate data using standard indexing and iteration methods. It also performs the reverse operation, transforming native language structures into JSON-compliant strings for exchange with external systems. By ha

    Visual Basic
    Vezi pe GitHub↗2,117
  • Vezi toate cele 30 alternative pentru Simd Json→