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

pquerna/ffjson

0
View on GitHub↗
2,994 stele·234 fork-uri·Go·Apache-2.0·4 vizualizări

Ffjson

faster JSON serialization for Go

Features

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

Istoric stele

Graficul istoricului de stele pentru pquerna/ffjsonGraficul istoricului de stele pentru pquerna/ffjson

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

Alternative open-source pentru Ffjson

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Ffjson.
  • google/gsonAvatar google

    google/gson

    24,357Vezi pe GitHub↗

    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
    Vezi pe GitHub↗24,357
  • 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
  • fasterxml/jacksonAvatar FasterXML

    FasterXML/jackson

    9,740Vezi pe GitHub↗

    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
    Vezi pe GitHub↗9,740
  • json-iterator/goAvatar json-iterator

    json-iterator/go

    13,891Vezi pe GitHub↗

    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
    Vezi pe GitHub↗13,891
Vezi toate cele 30 alternative pentru Ffjson→

Întrebări frecvente

Ce face pquerna/ffjson?

faster JSON serialization for Go

Care sunt principalele funcționalități ale pquerna/ffjson?

Principalele funcționalități ale pquerna/ffjson sunt: Procesare JSON, Data Serialization.

Care sunt câteva alternative open-source pentru pquerna/ffjson?

Alternativele open-source pentru pquerna/ffjson includ: 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…