QuickBuffers 1.1 released

This page summarizes the projects mentioned and recommended in the original post on /r/java

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • QuickBuffers

    Java Protobuf implementation suitable for real-time enviroments

    I've spent a fair bit of time on exploring performance optimizations (for fun rather than necessity). Most use case should see a 1.5-3x speedup in encoding and a 3-4x speedup in decoding speed compared to the latest Protobuf-Java release (v3.21.12 on JDK 17). The speedup comes partly from reducing allocations, and partly from various optimizations like a fall-through switch case and a better memory layout. The JSON encoding speed is competitive with other generated implementations, but the decoding is comparatively barebones because I've never had a use case for it.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • FlatBuffers

    FlatBuffers: Memory Efficient Serialization Library

  • I actually did try to get involved with FlatBuffers very early on (2014) and use it instead of Protobuf. I wrote the initial Java benchmarks and worked on a proof of concept for an object API.

  • flatbuffers-java-poc

    Discontinued Proof of Concept for an alternative Java implementation for FlatBuffers

    I actually did try to get involved with FlatBuffers very early on (2014) and use it instead of Protobuf. I wrote the initial Java benchmarks and worked on a proof of concept for an object API.

  • grpc_bench

    Various gRPC benchmarks

    It would be interesting to create a new java benchmark with your implementation.

  • panama-foreign

    https://openjdk.org/projects/panama

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • JSON vs FlatBuffers vs Protocol Buffers

    3 projects | dev.to | 7 Aug 2024
  • FlatBuffers – an efficient cross platform serialization library for many langs

    1 project | news.ycombinator.com | 18 Sep 2023
  • Anyone has experience with reverse engineering flatbuffers?

    1 project | /r/REGames | 25 May 2023
  • flatbuffers - FlatBuffers: Memory Efficient Serialization Library

    1 project | /r/programming_art | 7 Mar 2023
  • How do AAA studios make update-compatible save systems?

    1 project | /r/gamedev | 5 Mar 2023

Did you konow that Java is
the 8th most popular programming language
based on number of metions?