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

msgpack/msgpack-java

0
View on GitHub↗
1,468 Stars·323 Forks·Java·Apache-2.0·0 Aufrufemsgpack.org↗

Msgpack Java

MessagePack serializer implementation for Java / msgpack.org[Java]

Features

  • Serialization - Efficient binary serialization format implementation.
  • Serialization and I/O - Binary serialization format implementation for Java.

Star-Verlauf

Star-Verlauf für msgpack/msgpack-javaStar-Verlauf für msgpack/msgpack-java

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 msgpack/msgpack-java?

MessagePack serializer implementation for Java / msgpack.org[Java]

Was sind die Hauptfunktionen von msgpack/msgpack-java?

Die Hauptfunktionen von msgpack/msgpack-java sind: Serialization, Serialization and I/O.

Welche Open-Source-Alternativen gibt es zu msgpack/msgpack-java?

Open-Source-Alternativen zu msgpack/msgpack-java sind unter anderem: google/flatbuffers — FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require… esotericsoftware/kryo — Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact… ruedigermoeller/fast-serialization — FST: fast java serialization drop in-replacement. bytefish/tinycsvparser — Easy to use, easy to extend and high-performance library for CSV parsing with .NET. davidfowl/channels — Push based .NET Streams. alipay/fury — Fury is a multi-language binary serialization framework designed for encoding domain objects and complex graphs to…

Open-Source-Alternativen zu Msgpack Java

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Msgpack Java.
  • google/flatbuffersAvatar von google

    google/flatbuffers

    25,558Auf GitHub ansehen↗

    FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require efficient, zero-copy data access. By organizing data in a structured binary format, it allows applications to read and write complex data structures directly from memory-mapped buffers without the need for intermediate parsing or temporary object allocation. The project distinguishes itself through a schema-driven approach that balances high-performance access with long-term data evolution. It utilizes a unique memory layout featuring relative offsets and inline fixed-size structu

    C++cc-plus-plusc-sharp
    Auf GitHub ansehen↗25,558
  • ruedigermoeller/fast-serializationAvatar von RuedigerMoeller

    RuedigerMoeller/fast-serialization

    1,594Auf GitHub ansehen↗

    FST: fast java serialization drop in-replacement

    Java
    Auf GitHub ansehen↗1,594
  • esotericsoftware/kryoAvatar von EsotericSoftware

    EsotericSoftware/kryo

    6,529Auf GitHub ansehen↗

    Kryo is a Java binary serialization framework and object cloning library used to convert Java objects into a compact binary format and restore them from bytes. It provides a system for creating deep or shallow copies of complex object graphs without requiring binary conversion. The project utilizes variable-length integer encoding and integer-ID class registration to reduce the size of serialized data. It handles complex object graphs through circular reference tracking to prevent data duplication and infinite loops. To maintain long-term data viability, it includes schema evolution managemen

    HTML
    Auf GitHub ansehen↗6,529
  • bytefish/tinycsvparserAvatar von bytefish

    bytefish/TinyCsvParser

    401Auf GitHub ansehen↗

    Easy to use, easy to extend and high-performance library for CSV parsing with .NET

    C#
    Auf GitHub ansehen↗401
  • Alle 27 Alternativen zu Msgpack Java anzeigen→