Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 277 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 277 Bytes

Serialization Libraries Benchmark

Comparing among Gson, Protocol Buffers, and FlatBuffers

Pre-requisite

  • JDK 11+
  • Maven 3.6.3+
  • Windows Environment

TL;DR

Run the script first to generate classes from .proto file and .fbs file.

.\init.bat
mvn test