Skip to content

huitre39/serialization-benchmark

 
 

Repository files navigation

serialization-benchmark

a set of common java data structures designed to test validity and performance of a full graph serialization library.

How to run:

main class: TestRunner creates a file in [workingdir]/results.html

  • comment/uncomment serialization libs in TestRunner.registerTests()
  • for more exact tests use command line options "-w 20000 -t 20000" (=warmuptime, testtime. default is 5000)

json results

fst 2.29 vs kryo 3.01

fst 2.50 vs kryo 4.0.0

older results incl jdk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 80.1%
  • HTML 19.9%