awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
simd-lite avatar

simd-lite/simd-json

0
View on GitHub↗
1,402 stars·101 forks·Rust·Apache-2.0·8 vues

Simd Json

Ce projet est une bibliothèque d'analyse JSON haute performance pour Rust qui utilise des instructions accélérées par le matériel pour traiter des structures de données complexes. Elle fonctionne comme un outil de sérialisation typé, mappant les chaînes JSON brutes vers des objets de langage natifs tout en offrant la flexibilité de gérer des structures de documents dynamiques lorsque les schémas sont inconnus ou changent fréquemment.

La bibliothèque se distingue par son utilisation de l'analyse accélérée par SIMD et de l'identification structurelle basée sur des masques de bits, qui lui permettent de scanner et de tokeniser des documents en traitant plusieurs octets simultanément. Elle emploie la répartition d'instructions à l'exécution pour détecter les capacités du processeur hôte, garantissant que le jeu d'instructions le plus efficace est sélectionné pour l'environnement matériel actuel. Pour améliorer encore le débit, le moteur utilise une représentation de document basée sur une bande et un accès aux données zéro-copie, qui minimisent les allocations mémoire et la recherche de pointeurs pendant le parcours.

Au-delà de ses capacités d'analyse de base, la bibliothèque prend en charge le traitement de grandes valeurs numériques qui dépassent la capacité des types entiers ou à virgule flottante standard. Elle s'intègre aux interfaces de sérialisation standard pour garantir une gestion cohérente des données et fournit des recherches par hachage optimisées pour gérer les clés d'objet. Le projet est distribué sous forme de crate, fournissant une interface standardisée pour que les développeurs intègrent le traitement de données à haute vitesse dans leurs applications.

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.

Historique des stars

Graphique de l'historique des stars pour simd-lite/simd-jsonGraphique de l'historique des stars pour simd-lite/simd-json

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Simd Json

Sélections manuelles où Simd Json apparaît.
  • Bibliothèques de parsing JSON haute performance

Questions fréquentes

Que fait simd-lite/simd-json ?

Ce projet est une bibliothèque d'analyse JSON haute performance pour Rust qui utilise des instructions accélérées par le matériel pour traiter des structures de données complexes. Elle fonctionne comme un outil de sérialisation typé, mappant les chaînes JSON brutes vers des objets de langage natifs tout en offrant la flexibilité de gérer des structures de documents dynamiques lorsque les schémas sont inconnus ou changent fréquemment.

Quelles sont les fonctionnalités principales de simd-lite/simd-json ?

Les fonctionnalités principales de simd-lite/simd-json sont : JSON Parsing, Hardware-Accelerated JSON Processing, JSON-to-Object Mappers, Parsing Accelerators, Data Type Serialization, Hardware Dispatchers, Dynamic Schema Parsing, Dynamic Document Structures.

Quelles sont les alternatives open-source à simd-lite/simd-json ?

Les alternatives open-source à simd-lite/simd-json incluent : 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…

Alternatives open source à Simd Json

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Simd Json.
  • ibireme/yyjsonAvatar de ibireme

    ibireme/yyjson

    3,788Voir sur 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
    Voir sur GitHub↗3,788
  • simdjson/simdjsonAvatar de simdjson

    simdjson/simdjson

    23,260Voir sur 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
    Voir sur GitHub↗23,260
  • stleary/json-javaAvatar de stleary

    stleary/JSON-java

    4,717Voir sur 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
    Voir sur GitHub↗4,717
  • vba-tools/vba-jsonAvatar de VBA-tools

    VBA-tools/VBA-JSON

    2,117Voir sur 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
    Voir sur GitHub↗2,117
  • Voir les 30 alternatives à Simd Json→