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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
RuedigerMoeller avatar

RuedigerMoeller/fast-serialization

0
View on GitHub↗
1,594 estrellas·237 forks·Java·Apache-2.0·6 vistas

Fast Serialization

FST: fast java serialization drop in-replacement

Features

  • Data Serialization - Fast drop-in replacement for standard Java serialization.
  • Serialization - High-performance object graph serialization compatible with JDK.
  • Serialization and I/O - High-performance object graph serialization compatible with JDK.

Historial de estrellas

Gráfico del historial de estrellas de ruedigermoeller/fast-serializationGráfico del historial de estrellas de ruedigermoeller/fast-serialization

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Fast Serialization

Proyectos open-source similares, clasificados según cuántas características comparten con Fast Serialization.
  • google/flatbuffersAvatar de google

    google/flatbuffers

    25,558Ver en 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
    Ver en GitHub↗25,558
  • esotericsoftware/kryoAvatar de EsotericSoftware

    EsotericSoftware/kryo

    6,529Ver en 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
    Ver en GitHub↗6,529
  • microsoft/bondAvatar de microsoft

    microsoft/bond

    2,625Ver en GitHub↗

    Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025.

    C++
    Ver en GitHub↗2,625
  • msgpack/msgpack-javaAvatar de msgpack

    msgpack/msgpack-java

    1,468Ver en GitHub↗

    MessagePack serializer implementation for Java / msgpack.orgJava

    Java
    Ver en GitHub↗1,468
Ver las 30 alternativas a Fast Serialization→

Preguntas frecuentes

¿Qué hace ruedigermoeller/fast-serialization?

FST: fast java serialization drop in-replacement

¿Cuáles son las características principales de ruedigermoeller/fast-serialization?

Las características principales de ruedigermoeller/fast-serialization son: Data Serialization, Serialization, Serialization and I/O.

¿Qué alternativas de código abierto existen para ruedigermoeller/fast-serialization?

Las alternativas de código abierto para ruedigermoeller/fast-serialization incluyen: 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… msgpack/msgpack-java — MessagePack serializer implementation for Java / msgpack.org[Java]. microsoft/bond — Bond was a cross-platform framework for working with schematized data. The open-source project ended on March 31, 2025. alexcrichton/toml-rs — A [TOML][toml] decoder and encoder for Rust. This library is currently compliant with the v0.5.0 version of TOML. This… aaubry/yamldotnet — YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that…