QuickBuffers 1.1 released

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • FlatBuffers

    FlatBuffers: Memory Efficient Serialization Library

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • 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