You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oracle is claiming ObjectOutputStream/ObjectInputStream have optimizations for Java Records. Can we implement a benchmark to see if Java serialization is any faster with records rather than plain classes?
The text was updated successfully, but these errors were encountered:
I think that would be a valuable addition to the benchmark. Not sure how familiar you are with this codebase, but if you're interested in adding this yourself:
Write the equivalent of the classes in "tpc/src/data/media", except using records. Put them in "tpc/src/serializers/java-records/media".
https://blogs.oracle.com/javamagazine/post/simpler-object-and-data-serialization-using-java-records
Oracle is claiming ObjectOutputStream/ObjectInputStream have optimizations for Java Records. Can we implement a benchmark to see if Java serialization is any faster with records rather than plain classes?
The text was updated successfully, but these errors were encountered: