awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·4 Aufrufe

Simd Json

Dieses Projekt ist eine Hochleistungs-JSON-Parsing-Bibliothek für Rust, die hardwarebeschleunigte Instruktionen zur Verarbeitung komplexer Datenstrukturen nutzt. Sie fungiert als typsicheres Serialisierungstool, das rohe JSON-Strings auf native Sprachobjekte abbildet und gleichzeitig die Flexibilität bietet, dynamische Dokumentstrukturen zu handhaben, wenn Schemata unbekannt sind oder sich häufig ändern.

Die Bibliothek zeichnet sich durch die Verwendung von SIMD-beschleunigtem Parsing und Bitmask-basierter struktureller Identifikation aus, die es ermöglichen, Dokumente durch gleichzeitige Verarbeitung mehrerer Bytes zu scannen und zu tokenisieren. Sie verwendet Runtime-Instruction-Dispatch, um die Fähigkeiten des Host-Prozessors zu erkennen und sicherzustellen, dass der effizienteste Befehlssatz für die aktuelle Hardwareumgebung ausgewählt wird. Um den Durchsatz weiter zu erhöhen, nutzt die Engine eine Tape-basierte Dokumentrepräsentation und Zero-Copy-Datenzugriff, was Speicherallokationen und Pointer-Chasing während der Traversierung minimiert.

Über ihre Kern-Parsing-Fähigkeiten hinaus unterstützt die Bibliothek die Verarbeitung großer numerischer Werte, die die Kapazität von Standard-Integer- oder Floating-Point-Typen überschreiten. Sie integriert sich in Standard-Serialisierungsschnittstellen, um eine konsistente Datenhandhabung zu gewährleisten, und bietet optimierte Hash-Lookups für die Verwaltung von Objektschlüsseln. Das Projekt wird als Crate verteilt und bietet eine standardisierte Schnittstelle für Entwickler, um Hochgeschwindigkeits-Datenverarbeitung in ihre Anwendungen zu integrieren.

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.

Star-Verlauf

Star-Verlauf für simd-lite/simd-jsonStar-Verlauf für simd-lite/simd-json

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Simd Json

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Simd Json.
  • ibireme/yyjsonAvatar von ibireme

    ibireme/yyjson

    3,788Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,788
  • simdjson/simdjsonAvatar von simdjson

    simdjson/simdjson

    23,260Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗23,260
  • stleary/json-javaAvatar von stleary

    stleary/JSON-java

    4,717Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,717
  • vba-tools/vba-jsonAvatar von VBA-tools

    VBA-tools/VBA-JSON

    2,117Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,117
Alle 30 Alternativen zu Simd Json anzeigen→

Häufig gestellte Fragen

Was macht simd-lite/simd-json?

Dieses Projekt ist eine Hochleistungs-JSON-Parsing-Bibliothek für Rust, die hardwarebeschleunigte Instruktionen zur Verarbeitung komplexer Datenstrukturen nutzt. Sie fungiert als typsicheres Serialisierungstool, das rohe JSON-Strings auf native Sprachobjekte abbildet und gleichzeitig die Flexibilität bietet, dynamische Dokumentstrukturen zu handhaben, wenn Schemata unbekannt sind oder sich häufig ändern.

Was sind die Hauptfunktionen von simd-lite/simd-json?

Die Hauptfunktionen von simd-lite/simd-json sind: JSON Parsing, Hardware-Accelerated JSON Processing, JSON-to-Object Mappers, Parsing Accelerators, Data Type Serialization, Hardware Dispatchers, Dynamic Schema Parsing, Dynamic Document Structures.

Welche Open-Source-Alternativen gibt es zu simd-lite/simd-json?

Open-Source-Alternativen zu simd-lite/simd-json sind unter anderem: 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…

Kuratierte Suchen mit Simd Json

Handverlesene Sammlungen, in denen Simd Json vorkommt.
  • Hochleistungs-JSON-Parsing-Bibliotheken