QuickBuffers 1.1 released

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
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.

  • FlatBuffers

    FlatBuffers: Memory Efficient Serialization Library

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • 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
  • FlatBuffers: FlatBuffers

    1 project | /r/nfultz | 25 Jan 2023