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
·
pquerna avatar

pquerna/ffjson

0
View on GitHub↗
2,994 Stars·234 Forks·Go·Apache-2.0·2 Aufrufe

Ffjson

faster JSON serialization for Go

Features

  • JSON-Verarbeitung - JSON serialization library.
  • Data Serialization - High-speed JSON serialization library for Go.

Star-Verlauf

Star-Verlauf für pquerna/ffjsonStar-Verlauf für pquerna/ffjson

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

Häufig gestellte Fragen

Was macht pquerna/ffjson?

faster JSON serialization for Go

Was sind die Hauptfunktionen von pquerna/ffjson?

Die Hauptfunktionen von pquerna/ffjson sind: JSON-Verarbeitung, Data Serialization.

Welche Open-Source-Alternativen gibt es zu pquerna/ffjson?

Open-Source-Alternativen zu pquerna/ffjson sind unter anderem: json-iterator/go — This project is a high-performance JSON library for Go, serving as a replacement for the standard encoding/json… square/moshi — Moshi is a JSON serialization library and parser for Kotlin and Java. It functions as a reflectionless JSON encoder… fasterxml/jackson — Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into… google/gson — Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It… ibireme/yyjson — yyjson is a high-performance C library for parsing, serializing, and manipulating JSON data structures. It functions… java-json-tools/json-schema-validator — This library is a Java-based tool for enforcing data structure constraints and verifying technical formats against…

Open-Source-Alternativen zu Ffjson

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Ffjson.
  • google/gsonAvatar von google

    google/gson

    24,357Auf GitHub ansehen↗

    Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It functions as a reflection-based data mapper, inspecting class structures at runtime to automatically convert memory-resident objects into data representations and reconstruct them back into typed language objects. The library distinguishes itself through a modular type-adapter pattern that allows for custom conversion rules for complex or nested structures. It also provides robust support for production environments by generating build-time metadata and configuration rules, wh

    Java
    Auf GitHub ansehen↗24,357
  • 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
  • fasterxml/jacksonAvatar von FasterXML

    FasterXML/jackson

    9,740Auf GitHub ansehen↗

    Jackson is a Java data binding framework and multi-format data serializer used to translate data structures into native language objects. It functions as a JSON data binding library and a streaming parser that reads and writes data as discrete tokens to process large datasets with minimal memory. The project distinguishes itself through a bytecode serialization accelerator that replaces standard reflection with generated bytecode to increase data binding speed. It employs a module-based extensibility model to support a wide range of formats beyond JSON, including XML, YAML, CSV, TOML, and bin

    hacktoberfestjacksonjava-json
    Auf GitHub ansehen↗9,740
  • json-iterator/goAvatar von json-iterator

    json-iterator/go

    13,891Auf GitHub ansehen↗

    This project is a high-performance JSON library for Go, serving as a replacement for the standard encoding/json package. It provides a serialization engine for encoding and decoding data structures, alongside a schemaless parser for extracting specific values from JSON blobs using paths. The library distinguishes itself through a focus on reducing CPU and memory overhead. It implements a high-performance encoder that utilizes buffer reuse and reduced float precision to increase data throughput. Broad capability areas include data serialization, high-performance JSON processing, and schema-le

    Godeserializationgogolang
    Auf GitHub ansehen↗13,891
  • Alle 30 Alternativen zu Ffjson anzeigen→