awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
RuedigerMoeller avatar

RuedigerMoeller/fast-serialization

0
View on GitHub↗
1,594 स्टार्स·237 फोर्क्स·Java·Apache-2.0·6 व्यूज़

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.

स्टार हिस्ट्री

ruedigermoeller/fast-serialization के लिए स्टार हिस्ट्री चार्टruedigermoeller/fast-serialization के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Fast Serialization के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Fast Serialization के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • google/flatbuffersgoogle का अवतार

    google/flatbuffers

    25,558GitHub पर देखें↗

    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
    GitHub पर देखें↗25,558
  • esotericsoftware/kryoEsotericSoftware का अवतार

    EsotericSoftware/kryo

    6,529GitHub पर देखें↗

    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
    GitHub पर देखें↗6,529
  • microsoft/bondmicrosoft का अवतार

    microsoft/bond

    2,625GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗2,625
  • msgpack/msgpack-javamsgpack का अवतार

    msgpack/msgpack-java

    1,468GitHub पर देखें↗

    MessagePack serializer implementation for Java / msgpack.orgJava

    Java
    GitHub पर देखें↗1,468
Fast Serialization के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

ruedigermoeller/fast-serialization क्या करता है?

FST: fast java serialization drop in-replacement

ruedigermoeller/fast-serialization की मुख्य विशेषताएं क्या हैं?

ruedigermoeller/fast-serialization की मुख्य विशेषताएं हैं: Data Serialization, Serialization, Serialization and I/O।

ruedigermoeller/fast-serialization के कुछ ओपन-सोर्स विकल्प क्या हैं?

ruedigermoeller/fast-serialization के ओपन-सोर्स विकल्पों में शामिल हैं: 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…