awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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·22 viewsmsgpack.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 history

Star history chart for msgpack/msgpack-javaStar history chart for msgpack/msgpack-java

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Msgpack Java

These projects share indexed features with Msgpack Java. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • google/flatbuffersgoogle avatar

    google/flatbuffers

    25,558View on GitHub↗

    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
    View on GitHub↗25,558
  • ruedigermoeller/fast-serializationRuedigerMoeller avatar

    RuedigerMoeller/fast-serialization

    1,594View on GitHub↗

    FST: fast java serialization drop in-replacement

    Java
    View on GitHub↗1,594
  • esotericsoftware/kryoEsotericSoftware avatar

    EsotericSoftware/kryo

    6,529View on GitHub↗

    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
    View on GitHub↗6,529
  • bytefish/tinycsvparserbytefish avatar

    bytefish/TinyCsvParser

    401View on GitHub↗

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

    C#
    View on GitHub↗401
Compare all 27 related projects→

Frequently asked questions

What does msgpack/msgpack-java do?

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

What are the main features of msgpack/msgpack-java?

The main features of msgpack/msgpack-java are: Serialization, Serialization and I/O.

Which projects share features with msgpack/msgpack-java?

Projects with overlapping indexed features include: 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…